https://github.com/ammiranda/CrackingTheCodingInterview
My solutions to questions found in Cracking the Coding Interview
https://github.com/ammiranda/CrackingTheCodingInterview
Last synced: 1 day ago
JSON representation
My solutions to questions found in Cracking the Coding Interview
- Host: GitHub
- URL: https://github.com/ammiranda/CrackingTheCodingInterview
- Owner: ammiranda
- Created: 2014-06-09T23:49:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-12T00:18:36.000Z (over 11 years ago)
- Last Synced: 2024-05-16T04:43:56.270Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-JavaScript-Interviews - github.com/ammiranda/CrackingTheCodingInterview
README
Cracking the Coding Interview Solutions
===
###Overview
My solutions to various interview questions that are posed in Cracking the Coding Interview by Gayle Laakmann McDowell.
###How to Read
I have sorted the solutions in directories by language used. For example 'js' is for JavaScript implementations. Within the language directory I have lib and solutions directories. The lib contains the data structure and/or algorithms necessary to arrive at the desired solution. The solutions directory contains the answers to questions in the book contained in folders that are named the same as the chapter and question numbers in the book. Folder 2.2 has the solution to the second question in chapter two, etc.
###Comments
If you want to talk to me about this repo [email me](mailto:alexandermichaelmiranda@gmail.com)