Topic: Array Problem / Level: beginner

Problem: Check if an array can be partitioned into two subarrays where the sum of one subarray is twice the sum of the other.

Run the code to see the output here...