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 the same.

Run the code to see the output here...