Topic: Array Problem / Level: intermediate

Problem: Check if it is possible to partition an array into two subarrays where the sum of elements in both is divisible by a given number.

Run the code to see the output here...