Skip to content

remarcable/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

Purpose

I implemented some algorithms and created some tests to prepare for an exam. I saved them in this repo. This is not suitable to be used in production or anywhere. Questions and improvements are still welcome, though!

How to run the tests

# clone repository, cd in there
npm install
npm run test