Computer Science, asked by mysticsphere708, 11 months ago

What is 0/1 knapsack problem using dynamic programming?

Answers

Answered by Anonymous
0

Explanation:

In this tutorial we will be learning about 0 1 Knapsack problem. In this dynamic programming problem we have n items each with an associated weight and value (benefit or profit). The objective is to fill the knapsack with items such that we have a maximum profit without crossing the weight limit of the knapsack.

Thanks!!

Similar questions