Vidyalelo
Data Structure · Q221

Dynamic Programming in Data Structures

Programming · Data Structure · question 221

Q221

You are given a knapsack that can carry a maximum weight of 60. There are 4 items with weights 20, 30, 40, 70 and values 70, 80, 90, 200. What is the maximum value of the items you can carry using the knapsack?

A.
160
Answer
B.
200
C.
170
D.
90

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board