Topic: Array Problem / Level: intermediate

Problem: Given an array, partition it into two subarrays such that the difference between their sums is minimized.

Run the code to see the output here...