Question: In the 0/1 Knapsack problem, what does dynamic programming help to optimize?
Options:
Correct Answer: The total value of items
Solution:
Dynamic programming helps to optimize the total value of items that can be carried in the knapsack without exceeding its weight limit.