Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Dynamic Programming

Open abhisheknalla opened this issue 7 years ago • 3 comments

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

abhisheknalla avatar Dec 07 '17 16:12 abhisheknalla

@abhisheknalla go ahead

prateekiiest avatar Dec 08 '17 07:12 prateekiiest

Use a checkbox during your PR

prateekiiest avatar Dec 08 '17 07:12 prateekiiest

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

mitali004 avatar Dec 11 '17 03:12 mitali004