codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
203 stars 162 forks source link

Dynamic Programming #117

Open abhisheknalla opened 6 years ago

abhisheknalla commented 6 years ago

Can I add some DP algorithms coded in C or C++? I would like to add

  1. Rod Cutting Problem
  2. Min Cost Path between vertices
  3. Subset Sum
  4. Ugly Numbers
prateekiiest commented 6 years ago

@abhisheknalla go ahead

prateekiiest commented 6 years ago

Use a checkbox during your PR

mitali004 commented 6 years ago

I too would like to contribute for the DP problems- Longest palindromic sub-sequence Converting one string to another with minimum edits Egg dropping puzzle