Topic: Array Problem / Level: advanced

Problem: Find the number of distinct subarrays of length k where the sum of elements is divisible by the square of the number of elements using a hashing technique.

Run the code to see the output here...