data-structures
March 7, 2022 ยท View on GitHub
A repository containing basic data structure classes for learning and testing.
Requirements
Install
To install dependencies, run
npm install
Lint
To lint code for programmatic and stylistic error detection, run
npm run lint
Note: Errors can be potentially automatically fixed with npm run lint:fix
Test
To run unit tests, run
npm run test:unit
Coverage
To view code coverage in the browser, run
npm run view:coverage