Dive into the wild world of Data Structures and Algorithms where learning meets adventure.
This repository is your ultimate guide, offering a treasure trove of implementations in both JavaScript and Java.
Maintained by Raul Peñate, a SWE who has created projects like compilers and installer scripts for Linux, this project is more than just code—it's a journey through the dense forest of computational thinking, inspired by the master teachings of Colt Steele. Whether you're here to explore or to conquer, there's something for everyone.
Explore 🧭, learn 📝, and grow 👑 as you swing through our detailed documentation and examples!
🐯 Ready to get started? Grab a vine and let’s swing into the code jungle together! 🌴
In order to set up the project locally, you will need to create a virtual environment and install the dependencies. Here is the process to do so on a Linux machine:
Create a virtual environment:
python3 -m venv venv
Activate the virtual environment:
source venv/bin/activate
pip install -r requirements.txt
Start the project:
mkdocs serve
NOTE: If you are running the project again, don't forget to start the virtual environment.