Skip to content

DominicRoyStang/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My implementations of various algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published