https://github.com/abhijit2505/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.
https://github.com/abhijit2505/dynamic-programming
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/abhijit2505/dynamic-programming
- Owner: Abhijit2505
- License: mit
- Created: 2020-06-16T03:00:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T01:43:17.000Z (about 5 years ago)
- Last Synced: 2025-01-23T10:12:22.127Z (9 months ago)
- Language: C++
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0