Topic: Array Problem / Level: intermediate

Problem: Given an array of n elements, find the number of ways to partition it into two subarrays where the sum of the left subarray is greater than the sum of the right subarray.

Run the code to see the output here...