What question does each cell answer?
What is the knapsack table indexed by?
Why is the method called pseudo-polynomial?
Same items, capacity 5. Which items does the traceback take?
Weights 2, 3, 4 with values 3, 4, 5 and capacity 5. Give the best value.
Answer: ______________
The same item can be worth taking at one capacity and wrong at another.
Circle one: True False
Reading the corner value alone tells you which items were taken.
Circle one: True False
All weights double but items stay three. A friend says the work stays the same. What is wrong?