Topic: Array Problem / Level: intermediate

Problem: Given an array, find the number of ways to split it into three contiguous subarrays where the sum of elements in each subarray is a multiple of a given number k.

Run the code to see the output here...