This repository contains implementations of a few algorithms and data structures
- Run
npm installto install the dependencies - Run
npm run testto run the tests for the implementations - To run a specific test file
npm run test <test file name>
npm run test ./src/data-structures/singly-linked-list.test.js