Keep cal, i'm just a noob! 😉
This project was developed with the aim of practicing different types of algorithms with different languages. Most of the solutions implemented here do not need to be applied in production environments, as most languages already have native resources applying the techniques and algorithms present in this project, but if anything here helps you... Bon appétit!
├─ src/ Application source code
│ ├─ algorithms/ Algorithms separated in modules
│ ├─ games/ "Examples" trying each of the algorithms
│ ├─ utils/ Functions shared between modules
│ ├─ main.* Application entry point
git clone https://github.com/SousaFelipe/algorithm_challenges.git