0-1 Knapsack Problem Dynamic Programming Solved with Code | Dynamic Programming Interview Questions

Описание к видео 0-1 Knapsack Problem Dynamic Programming Solved with Code | Dynamic Programming Interview Questions

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 start with the famous Knapsack problems and solve the 0-1 knapsack problem where we are required to fill a knapsack with weights up to certain capacity which have the greatest value. 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.

Note1 - Each item can be taken 0 or 1 number of times. You are not allowed to put the same item again and again.

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

#dp #01knapsack #dynamicprogramming
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  

Комментарии

Информация по комментариям в разработке