Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 230 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 230 Bytes

A repository of problems to practice for programming interviews.
All problems live in the src file.

  1. npm i to install
  2. npm test to run tests manually
  3. npm test -- --watch if you want the tests to keep running