Unbounded Knapsack using Dynamic Programming Explained with Code

Pepcoding
Pepcoding
47.2 هزار بار بازدید - 4 سال پیش - Please consume this content on
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: www.pepcoding.com/resources/online-java-foundation #dp #dynamicprogramming #knapsack Have a look at our result: www.pepcoding.com/placements Follow us on our FB page: www.facebook.com/pepcoding Follow us on Instagram: www.instagram.com/pepcoding Follow us on LinkedIn: www.linkedin.com/company/pepcoding-education
4 سال پیش در تاریخ 1399/05/13 منتشر شده است.
47,236 بـار بازدید شده
... بیشتر