Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 380 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 380 Bytes

Algorithms

My implementations of various algorithms using no libraries, and whatever language suits my needs.

Environment Setup

To run the code natively:

  1. install NodeJS

To run the code in containers:

  1. install Docker
  2. install docker-compose

Run the code (native)

./run_all_tests.sh

Run the code (containers)

docker-compose up --build