Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harryttd/cracking-the-coding-interview-javascript-solutions-ctci
- Owner: harryttd
- Created: 2017-03-09T21:25:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T15:47:06.000Z (about 6 years ago)
- Last Synced: 2024-11-05T20:05:46.029Z (about 2 months ago)
- Topics: chai, cracking-the-coding-interview, ctci, es6, interview-practice, interview-prep, interview-questions, interviewing, javascript, js, mocha, tdd
- Language: JavaScript
- Homepage:
- Size: 155 KB
- Stars: 177
- Watchers: 13
- Forks: 69
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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