Topic: Backtracking Problem / Level: beginner

Problem: Find all ways to partition a set of integers into subsets such that the sum of each subset is equal.

Run the code to see the output here...