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

https://github.com/tyler-cromwell/ctci

My solutions to the questions in Cracking the Coding Interview (6th Edition) (WIP)
https://github.com/tyler-cromwell/ctci

algorithm-challenges algorithms c c-plus-plus data-structures java python3

Last synced: 7 months ago
JSON representation

My solutions to the questions in Cracking the Coding Interview (6th Edition) (WIP)

Awesome Lists containing this project

README

          

# CTCI
My solutions to the programming questions in Cracking the Coding Interview (6th Edition)

## Solutions
| Chapter | Completed | Language | Version |
|:-------:|:---------:|:-----------:|:-------:|
| 1 | 6/9 | Python / C | 3 / 11 |
| 2 | 6/8 | C++ | 11 |
| 3 | 3/6 | Java | 8 |
| 7 | 1/12 | Java | 8 & 11 |
| 8 | 2/14 | Python | 3 |