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

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

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