Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.