# google-interview-preparation-problems **Repository Path**: materliu/google-interview-preparation-problems ## Basic Information - **Project Name**: google-interview-preparation-problems - **Description**: leetcode problems I solved during my Google interview preparation. - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-21 - **Last Updated**: 2024-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Problems Collection of problems and solutions of [leetcode](https://leetcode.com/), [geeksforgeeks](https://www.geeksforgeeks.org/) problems 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 important 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 common language for communication. This means that you'd have to have a good understanding of traditional computer science concepts. - 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