https://github.com/anantkaushik/cracking-the-coding-interview
Solutions to the problems from book Cracking the Coding Interview
https://github.com/anantkaushik/cracking-the-coding-interview
Last synced: 5 months ago
JSON representation
Solutions to the problems from book Cracking the Coding Interview
- Host: GitHub
- URL: https://github.com/anantkaushik/cracking-the-coding-interview
- Owner: anantkaushik
- Created: 2018-11-25T14:49:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T12:18:17.000Z (about 4 years ago)
- Last Synced: 2024-12-28T09:22:14.153Z (6 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cracking the Coding Interview
Solutions to the problems from book Cracking the Coding InterviewTopics Covered:
- [x] [Arrays and Strings](arrays-and-strings/)
- [x] [Linked Lists](linked-lists/)
- [x] [Stacks and Queues](stacks-and-queues/)
- [ ] [Trees and Graphs](Trees-and-Graphs/)
- [ ] [Recusrion and Dynamic Programming](Recusrion-and-Dynamic-Programming/)