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)
- Host: GitHub
- URL: https://github.com/tyler-cromwell/ctci
- Owner: tyler-cromwell
- License: mit
- Created: 2017-08-14T02:12:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T23:46:24.000Z (11 months ago)
- Last Synced: 2024-11-28T00:18:43.659Z (11 months ago)
- Topics: algorithm-challenges, algorithms, c, c-plus-plus, data-structures, java, python3
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |