You are viewing a single comment's thread. Return to all comments →
int divisibleSumPairs(int n, int k, int ar_count, int* ar)
I think we do not need n and ar_count together as input. Bot are redundant. Both give the size of the array.
Seems like cookies are disabled on this browser, please enable them to open this website
Divisible Sum Pairs
You are viewing a single comment's thread. Return to all comments →
int divisibleSumPairs(int n, int k, int ar_count, int* ar)
I think we do not need n and ar_count together as input. Bot are redundant. Both give the size of the array.