bhavinjawade / Advanced-Data-Structures-with-Python

Python implementations of Advanced Data Structures and Algorithms. With each code, there is an associated markdown for explanation and applications of that algorithm or data structure.
MIT License
111 stars 58 forks source link

Unbounded Knapsack using Dynamic Programming and add Rod Cutting Problem and Coin Change Problem as it's two important variations #15

Open bhavinjawade opened 3 years ago

bhavinjawade commented 3 years ago

I would love to add the famous problem of Unbounded Knapsack using Dynamic Programming and add Rod Cutting Problem and Coin Change Problem as it's two important variations. If you would kindly assign me to the issue.

@Ishita-0112, Sounds good. Let me create an issue for this and assign it you. Please reply to the following issue.

Originally posted by @bhavinjawade in https://github.com/bhavinjawade/Advanced-Data-Structures-with-Python/issues/8#issuecomment-701555398

Ishita-0112 commented 3 years ago

Will start working on it immediately. Kindly assign the issue. Thank you. Looking forward to contribute more.

bhavinjawade commented 3 years ago

Great. Assigned it to you.

Ishita-0112 commented 3 years ago

Great. Assigned it to you.

Thank you.

Ishita-0112 commented 3 years ago

I have added the 2 python codes. Kindly check. Thank you.