Topic: Array Problem / Level: intermediate

Problem: Given an array, find the number of subarrays where the sum is divisible by their length.

Run the code to see the output here...