Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
321 stars 367 forks source link

Add Rod cutting problem using Dynamic Programming in java #703

Closed Aishjahan closed 2 months ago

Aishjahan commented 1 year ago

I want to add Rod Cutting problem using Dynamic Programming in java.

Screenshot 2023-05-30 234715

Please assign me this issue under SSoC'23

Kumar-laxmi commented 1 year ago

Kindly give complete description and doesn't this algorithm fall under Greedy Algorithm rather than Dynamic Programming

Aishjahan commented 1 year ago

Here is a complete description, Also it will fall under Dynamic Programming further we can also use memoization.

Screenshot 2023-05-31 101646 Screenshot 2023-05-31 101711

Kumar-laxmi commented 1 year ago

Assigned! @Aishjahan : C, C++, Java and Python

github-actions[bot] commented 2 months ago

This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem