Topic: Backtracking Problem / Level: beginner

Problem: Generate all combinations of coin denominations that sum to a target amount. Return all possible combinations that can achieve this sum.

Run the code to see the output here...