In this repository I'll practice and implement all the algorithms I learned while reading the amazing book "Grokking Algorithms" by Aditya Y. Bjargava (and more).
- Explanation — the thought process.
- Use Case — where it can be useful.
- The algorithm implementation — written in Typescript and/or C.
There's an official repository where they provide all the algorithms and resources, this is my own implementation for study purpose only.