Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harryttd/cracking-the-coding-interview-javascript-solutions-ctci

Cracking the Coding Interview (CTCI) Javascript Solutions with Tests
https://github.com/harryttd/cracking-the-coding-interview-javascript-solutions-ctci

chai cracking-the-coding-interview ctci es6 interview-practice interview-prep interview-questions interviewing javascript js mocha tdd

Last synced: about 1 month ago
JSON representation

Cracking the Coding Interview (CTCI) Javascript Solutions with Tests

Awesome Lists containing this project

README

        

# 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