algot

TypeScript CI codecov Known Vulnerabilities

Algorithms in TypeScript

Installing

  • Install Node
  • Clone this repository: https://github.com/ariskemper/algorithms
  • run npm install to install all dependencies
  • run tests npm run test
  • run tests with coverage npm run test:cov
  • generate typescript documentation npm run doc
  • run benchmark for sort algorithms npm run bench:sort

List of Implementations

Generated using TypeDoc