Topic: Backtracking Problem / Level: intermediate

Problem: Generate all distinct combinations of coins that sum to a specific target value, allowing for each coin to be reused.

Run the code to see the output here...