Loading repovive.com/problems/classics/5
You have items. Item has weight and value . Each item can be used at most once.
Given a knapsack with capacity , find the maximum total value you can carry.
For this input, the required output is 220.
For this input, the required output is 90.
For this input, the required output is 130.