My implementations of various algorithms using no libraries, and whatever language suits my needs.
To run the code natively:
- install NodeJS
To run the code in containers:
- install Docker
- install docker-compose
./run_all_tests.sh
docker-compose up --build