Topic: Array Problem / Level: intermediate

Problem: Find the number of ways to split an array into three subarrays such that the sum of elements in all subarrays is divisible by a given number k.

Run the code to see the output here...