Topic: Backtracking Problem / Level: intermediate

Problem: Generate all possible combinations of items that can be packed into a knapsack given weight constraints.

Run the code to see the output here...