Skip to content

Dynamic Programming  #117

Open
Open
@abhisheknalla

Description

@abhisheknalla

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

Activity

prateekiiest

prateekiiest commented on Dec 8, 2017

@prateekiiest
Member
prateekiiest

prateekiiest commented on Dec 8, 2017

@prateekiiest
Member

Use a checkbox during your PR

mitali004

mitali004 commented on Dec 11, 2017

@mitali004
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Dynamic Programming · Issue #117 · codeIIEST/Algorithms