Dynamic Programming: Knapsack - 0/1 Knapsack Problem
Suppose the problem changes so that you can use each item an unlimited number of times (unbounded knapsack). Which modification to the space-optimized bottom-up DP code correctly solves this variant?
