/ts-algorithm-tests

Practice repo for algorithms and tests for them using TypeScript and Mocha

Primary LanguageTypeScript

Overview

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