This repo contains implementations of various algorithms and data structures using JavaScript
- Javascript
- Mocha
- Chai
- Sinon
This project will only run unit tests using Mocha, Chai and Sinon. In order to run these tests, run the following command in your terminal:
npm run test
Archit Mahto