Topic: Backtracking Problem / Level: intermediate

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

Run the code to see the output here...