Cracking-the-Coding-Interview-Javascript-Solutions-CTCI icon indicating copy to clipboard operation
Cracking-the-Coding-Interview-Javascript-Solutions-CTCI copied to clipboard

Cracking the Coding Interview (CTCI) Javascript Solutions with Tests

Solutions to CTCI

  • Solutions and tests are both located in the questions-specs folder.
  • Tests are gratefully taken from https://github.com/careercup/CtCI-6th-Edition-JavaScript-ES2015.

Install

  1. Run npm install or yarn
  2. Run npm t or yarn test to run tests