Topic: Backtracking Problem / Level: intermediate

Problem: Find all unique ways to partition an array into k subsets where each subsets sum is equal.

Run the code to see the output here...