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