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

https://github.com/deliaz/ctci

Solutions to "Cracking the Coding Interview"
https://github.com/deliaz/ctci

cracking-the-coding-interview ctci ctci-solutions

Last synced: 11 months ago
JSON representation

Solutions to "Cracking the Coding Interview"

Awesome Lists containing this project

README

          

## Solutions to "Cracking the Coding Interview" **(6th edition)**

[![Build Status](https://travis-ci.org/Deliaz/ctci.svg?branch=master)](https://travis-ci.org/Deliaz/ctci)
[![Coverage Status](https://coveralls.io/repos/github/Deliaz/ctci/badge.svg?branch=master&service=github)](https://coveralls.io/github/Deliaz/ctci?branch=master)

### Language: JavaScript (ES6+)

### Run:
* `npm i`
* `npm run test`