Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 334 Bytes

File metadata and controls

12 lines (10 loc) · 334 Bytes

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