Topic: Backtracking Problem / Level: advanced

Problem: Solve the "Combination Sum" problem by finding all unique combinations of numbers that sum to a target.

Run the code to see the output here...