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: 13 days ago
JSON representation

leetcode problems I solved to prepare for my Google interview.

Lists

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