Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
357 stars 624 forks source link

Adding knapsack DP for java and pythom #1976

Closed anjali1102 closed 3 years ago

anjali1102 commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. https://github.com/Algo-Phantoms/Algo-Tree/tree/main/Algorithm/DP the solution for java and python are missing. I want to work on this.

Describe the solution you'd like A clear and concise description of what you want to happen.

Do you want to work on it Mention the one language you want to be assigned for this issue.

anjali1102 commented 3 years ago

Assign me please @tarun26091999

agrlmuskan commented 3 years ago

@tarun26091999 please assign this issue to me in C++.

anjali1102 commented 3 years ago

hey @rish-singhal review the issue pls

rish-singhal commented 3 years ago

Note you have to create one two different PRs for different languages

Mugdha-Hazra commented 3 years ago

I want to do it in c++ @rish-singhal

anjali1102 commented 3 years ago

Hey @rish-singhal Can you add level 3 if you feel so. As I opened this issue for java and python for medium difficulty DP problem with both top down & bottom up problem

rish-singhal commented 3 years ago
  1. Isn't knapsack dp a standard dp problem?

  2. Also you have to submit 2 different PRs for each language