Topic: Array Problem / Level: intermediate

Problem: Given an array of integers, find the longest subarray where the sum is divisible by a given number k.

Run the code to see the output here...