Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 271 Bytes

File metadata and controls

7 lines (6 loc) · 271 Bytes

Algorithms Using JS

Solutions to algorithm problems written in JavaScript

To Test

  1. run yarn install or npm install at the root of this project
  2. run npm run test will trigger all the tests
  3. To test a specific algorithm, run npm run test <THE_TEST_FILE>