krishna14kant / Data-Structures-

hacktoberfest hacktoberfest2020 hacktoberfest-accepted
45 stars 481 forks source link

Created Unbounded_Knapsack.cpp #563

Open Sriansh-raj opened 1 year ago

Sriansh-raj commented 1 year ago

Given a knapsack weight W and a set of n items with certain value 'vali' and weight 'wti', we need to calculate the maximum amount that could make up this quantity exactly.