Skip to content

raulpenate/DS-Algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌴 Welcome to the Jungle of Code! 🦧

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages