I am working towards learning more computer science algorithms. My hope is that creating this repo will help guilt me into more of that effort.
I am using jest for unit testing each algorithm.
Jest can be setup by:
yarn install
or npm install
Then to run the tests:
yarn test
or npm run test