https://github.com/nerddiffer/cracking-the-coding-interview
interview question practice
https://github.com/nerddiffer/cracking-the-coding-interview
algorithms data-structures exercises
Last synced: 12 months ago
JSON representation
interview question practice
- Host: GitHub
- URL: https://github.com/nerddiffer/cracking-the-coding-interview
- Owner: NerdDiffer
- Created: 2017-02-24T03:52:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T04:38:43.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T20:31:05.198Z (about 1 year ago)
- Topics: algorithms, data-structures, exercises
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cracking the Coding Interview
Working on problems from *Cracking the Coding Interview, 6th edition*.
#### Tests
* `npm install -g ava`: to install ava command line tool
* `npm install`: install project deps
* `ava path/to/test/file`: run individual tests, if available