Cracking-the-Coding-Interview-Javascript-Solutions-CTCI
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
- Run npm install or yarn
- Run npm t or yarn test to run tests