Topic: Backtracking Problem / Level: advanced

Problem: Solve the "Partition Equal Subset Sum" problem by finding two subsets of equal sum in a set of numbers.

Run the code to see the output here...