Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgechev/google-interview-preparation-problems
leetcode problems I solved to prepare for my Google interview.
https://github.com/mgechev/google-interview-preparation-problems
google google-interview interview interview-preparation
Last synced: 6 days ago
JSON representation
leetcode problems I solved to prepare for my Google interview.
- Host: GitHub
- URL: https://github.com/mgechev/google-interview-preparation-problems
- Owner: mgechev
- Created: 2019-04-06T12:32:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T15:54:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-29T15:50:51.818Z (13 days ago)
- Topics: google, google-interview, interview, interview-preparation
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 3,134
- Watchers: 77
- Forks: 477
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tools - google-interview-preparation-problems - leetcode problems I solved to prepare for my Google interview. (Uncategorized / Uncategorized)
- awesome-mobile-robotics - Google Interview Preparation
README
# Problems
Collection of problems and solutions of [leetcode](https://leetcode.com/), [geeksforgeeks](https://www.geeksforgeeks.org/) challenges I solved while preparing for my Google interview.
## Why?
Very often, I get asked how I prepared for my Google interview. This collection of problems from [leetcode](https://leetcode.com/), [geeksforgeeks](https://www.geeksforgeeks.org/) was an essential part of the process.
## Disclaimer
Keep in mind that this is a small part of the entire journey. It does not contain:
- Study materials. You and the interviewer should have a common language for communication. This means that you'd have to have a good understanding of the fundamental computer science terminology.
- Thought process. During the interview, you should explain your thought process and approach the problems in a certain way. To understand this part, I'd recommend you looking at "[Cracking the coding interview](https://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X)".
- Some of the solutions in the repo might not be the most optimal ones. Feel free to open a PR with an alternative version.
- **These are not problems I got on my interviews**. These are sample problems from [leetcode](https://leetcode.com), [geeksforgeeks](https://www.geeksforgeeks.org/), which have similar complexity to what you'd get on your interviews.## License
MIT