Question: Which dynamic programming approach is used to solve the Knapsack problem?
Options:
Correct Answer: Bottom-up approach
Solution:
The Knapsack problem can be solved using a bottom-up dynamic programming approach, which builds up solutions to subproblems.