diff --git a/divisible-sum-pair.py b/divisible-sum-pair.py new file mode 100644 index 0000000..cbf4fc3 --- /dev/null +++ b/divisible-sum-pair.py @@ -0,0 +1,60 @@ +''' +problem-- +You are given an array of n integers, ar=[arr[0],arr[1],..,arr[n-1]], and a positive integer, k. Find and print the number of (i,j) pairs where i