https://github.com/sam0jones0/cracking-the-coding-interview
My solutions written in Python to the problems presented in "Cracking the coding interview 6th edition: 189 programming questions and solutions" by Gayle Laakmann McDowell.
https://github.com/sam0jones0/cracking-the-coding-interview
algorithms cracking-the-coding-interview data-structures python python3
Last synced: 6 months ago
JSON representation
My solutions written in Python to the problems presented in "Cracking the coding interview 6th edition: 189 programming questions and solutions" by Gayle Laakmann McDowell.
- Host: GitHub
- URL: https://github.com/sam0jones0/cracking-the-coding-interview
- Owner: sam0jones0
- Created: 2021-12-24T12:48:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T13:12:04.000Z (almost 4 years ago)
- Last Synced: 2025-10-03T14:52:51.737Z (6 months ago)
- Topics: algorithms, cracking-the-coding-interview, data-structures, python, python3
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cracking-the-coding-interview
My solutions written in Python to the problems presented in "Cracking the coding interview 6th edition: 189 programming questions and solutions" by Gayle Laakmann McDowell.
Chapters cover:
- Big-O
- Arrays and Strings
- Linked Lists
- Stacks and Queues
- Trees and Graphs
- Bit Manipulation
- Math and Logic Puzzles
- Object-Orientated Design
- Recursion and Dynamic Programming
- System Design and Scalability
- Sorting and Searching
- Testing
- Databases
- Threads and Locks