Topic: Array Problem / Level: intermediate

Problem: Check if an array can be partitioned into three subarrays where the sum of elements in each subarray is divisible by the number of elements in the subarray.

Run the code to see the output here...