Topic: Backtracking Problem / Level: beginner

Problem: Solve the Tug of War partition problem where you divide an array of integers into two groups with minimal difference in their sums.

Run the code to see the output here...