Skip to content

Latest commit

 

History

History
61 lines (54 loc) · 2.39 KB

README.md

File metadata and controls

61 lines (54 loc) · 2.39 KB

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