Unbounded Knapsack using Dynamic Programming Explained with Code

Published: 03 August 2020
on channel: Pepcoding
47,276
1.1k

Please consume this content on nados.pepcoding.com for a richer experience. It is necessary to solve the questions while watching videos, nados.pepcoding.com enables that.

NADOS also enables doubt support, career opportunities and contests besides free of charge content for learning. In this video, we cover the second of the Knapsack Problems i.e. the Unbounded Knapsack problem where we are required to fill a knapsack such that the maximum value is obtained from the weights put into the sack without exceeding its capacity. In this problem,

1. You are given a number n, representing the count of items.
2. You are given n numbers, representing the values of n items.
3. You are given n numbers, representing the weights of n items.
3. You are given a number "cap", which is the capacity of a bag you've.
4. You are required to calculate and print the maximum value that can be created in the bag without overflowing it's capacity.
Note - Each item can be taken any number of times. You are allowed to put the same item again and again.


For a better experience and more exercises, VISIT: https://www.pepcoding.com/resources/o...

#dp #dynamicprogramming #knapsack
Have a look at our result: https://www.pepcoding.com/placements
Follow us on our FB page:   / pepcoding  
Follow us on Instagram:   / pepcoding  
Follow us on LinkedIn:   / pepcoding-education  


Watch video Unbounded Knapsack using Dynamic Programming Explained with Code online, duration hours minute second in high quality that is uploaded to the channel Pepcoding 03 August 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 47,276 times and liked it 1.1 thousand visitors.