Raksha1906 / DS-Algo

Repository For beginners for Hacktoberfest 2020 and 2021
4 stars 70 forks source link

I have written a code for partial knapsack, please have a look , I have tried solving it using DP. #73

Closed Amandixit10 closed 3 years ago

Amandixit10 commented 3 years ago

Though we can solve partial knapsack using greedy but for more logical insight about dp i tried solving it using the same.

Amandixit10 commented 3 years ago

Hey ! thanks for merging my PR . Its my first contribution to a repo on git-hub.