Topic: Backtracking Problem / Level: advanced

Problem: Find all unique ways to partition a set into two subsets such that the sum of elements in both subsets is equal.

Run the code to see the output here...