Skip to content

Dynamic Programming is mainly an optimization over plain recursion. Wherever we see a recursive solution that has repeated calls for same inputs, we can optimize it using Dynamic Programming. This repository contains all my practice codes on dynamic programming along with the recursive implementations.

License

Notifications You must be signed in to change notification settings

Abhijit2505/Dynamic-Programming

Repository files navigation

Dynamic-Programming

Dynamic Programming is mainly an optimization over plain recursion. Wherever we see a recursive solution that has repeated calls for same inputs, we can optimize it using Dynamic Programming.

This repository contains all my practice codes on dynamic programming along with the recursive implementations. The folder name holds the name of the classic problem that is being solved along with the documentation.

This repository is under MIT License, Copyright 2020 @Abhijit Tripathy.

About

Dynamic Programming is mainly an optimization over plain recursion. Wherever we see a recursive solution that has repeated calls for same inputs, we can optimize it using Dynamic Programming. This repository contains all my practice codes on dynamic programming along with the recursive implementations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published