Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steponask/dynamic-programming-freecodecamp
👨💻 Learning Dynamic Programming
https://github.com/steponask/dynamic-programming-freecodecamp
dynamic-programming olympiad-in-informatics
Last synced: 27 days ago
JSON representation
👨💻 Learning Dynamic Programming
- Host: GitHub
- URL: https://github.com/steponask/dynamic-programming-freecodecamp
- Owner: SteponasK
- License: mit
- Created: 2023-12-09T23:49:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T12:41:30.000Z (9 months ago)
- Last Synced: 2024-04-02T13:01:57.998Z (9 months ago)
- Topics: dynamic-programming, olympiad-in-informatics
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeCodeCamp Dynamic Programming
## 🧑💻 What is Dynamic Programming
- Dynamic Programming is a method used in __mathematics__ and __computer science__ to __solve complex problems__ by breaking them down into simpler subproblems.
- By solving each subproblem only once and storing the results, it avoids redundant computations, leading to more __efficient solutions__ for a __wide range of problems__.## ❓ Why learn it?
- Dynamic Programming mindset is very useful in solving __Olympiad of Informatics__ problems.
- I completed this course to prepare for __2023-24 Lithuanian Olympiad in Informatics__## 👑 Author
- Steponas K## 🎖️ Credits
- Credits goes to [freeCodeCamp](https://www.freecodecamp.org/) for providing this interesting course!
## 📜 LICENSE
- This project is licensed under MIT License. See the [LICENSE](LICENSE) file for more information.