Question: In the 0/1 Knapsack problem, what does the dynamic programming approach primarily optimize?
Options:
Correct Answer: Maximum value
Solution:
The dynamic programming approach optimizes the maximum value that can be obtained without exceeding the weight limit.