Simple repo for practicing algorithms using TypeScript, and Mocha & Chai for testing.
After downloading the repo, if you want to run a specific test, use the command npm test --file=FILENAME
to run that test. For example npm test --file=binary-gap-test.ts