Harshsngh07 / Hacktoberfest2020

Repository for first timers to get started in Open Source Contributions
MIT License
47 stars 298 forks source link

Create RodCutting.java #377

Open lokeshyadav559 opened 4 years ago

lokeshyadav559 commented 4 years ago

Description

A Dynamic Programming solution for Rod cutting problem returns the best obtainable price for a rod of length n and price[] as prices of different pieces.

Checklist: