True or false if pair is found which is divisible by k
Answers
Answered by
1
Given an array of integer and a no. k , write a function that returns true if given array can be divided into pairs such that sum of every pair is divided by k.
May it help you.
Similar questions