remarcable / algorithms

Implementation of common algorithms with tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of common algorithms with tests

License:MIT License


Languages

Language:JavaScript 100.0%