All Projects → mgechev → Google Interview Preparation Problems

mgechev / Google Interview Preparation Problems

leetcode problems I solved during my Google interview preparation.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Google Interview Preparation Problems

Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (-70.73%)
Mutual labels:  google, interview, interview-preparation
Big Companies Interview Questions
A curated list of previous asked Interview Question at Big Companies and Startups 🤲 🏆
Stars: ✭ 135 (-84.32%)
Mutual labels:  google, interview, interview-preparation
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+31.13%)
Mutual labels:  google, interview, interview-preparation
How To Prepare For Google Interview Swe Sre
This repository includes resources which are more than sufficient to prepare for google interview if you are applying for a software engineer position or a site reliability engineer position
Stars: ✭ 251 (-70.85%)
Mutual labels:  google, interview, interview-preparation
Interviewguide
计算机校招、社招面试八股文整理,也是《逆袭进大厂》唯一仓库,目前已收录 C/C++ 、操作系统、数据结构、计算机网络、MySQL、Redis等面试资料,未来打算继续收录Java、Python、Go等面试常见问题,坚持将此仓库维护下去。
Stars: ✭ 288 (-66.55%)
Mutual labels:  interview, interview-preparation
Lld Parking Lot
Repository for low level design solution of parking lot
Stars: ✭ 27 (-96.86%)
Mutual labels:  interview, interview-preparation
Fuck Coding Interviews
How on earth can I ever think of a solution like that in an interview?!
Stars: ✭ 464 (-46.11%)
Mutual labels:  interview, interview-preparation
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (-42.16%)
Mutual labels:  interview, interview-preparation
Stl cheat sheets
C++ STL Cheat Sheets.
Stars: ✭ 293 (-65.97%)
Mutual labels:  interview, interview-preparation
Interview Preparation
Interview Preparation material for Senior Software Engineer - Android role
Stars: ✭ 468 (-45.64%)
Mutual labels:  interview, interview-preparation
Front End Web Development Interview Question
前端开发面试题大收集,前端面试集锦 ❤️ 💝 💘
Stars: ✭ 5,033 (+484.55%)
Mutual labels:  interview, interview-preparation
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+2409.64%)
Mutual labels:  interview, interview-preparation
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (-64.46%)
Mutual labels:  interview, interview-preparation
Twentysecondscurriculumvitae Latex
Write Beautiful Curriculum Vitae in LaTex, that ensures twenty seconds reading.
Stars: ✭ 409 (-52.5%)
Mutual labels:  interview, interview-preparation
Awesome Android Interview
🔥 A awesome android expert interview questions and answers(continuous updating ...)
Stars: ✭ 3,596 (+317.65%)
Mutual labels:  interview, interview-preparation
Competitive Programming
📌 📚 Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (-42.39%)
Mutual labels:  google, interview
An Askreddit List Of Compsci Books
books and resources loved by r/learnprogramming community, compiled by me, a lurker who kept track
Stars: ✭ 598 (-30.55%)
Mutual labels:  interview, interview-preparation
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+757.72%)
Mutual labels:  interview, interview-preparation
Bestnote
👊 持续更新,Java Android 近几年最全面的技术点以及面试题 供自己学习使用
Stars: ✭ 841 (-2.32%)
Mutual labels:  interview, interview-preparation
Js Interview Questions
❔❓❔ Notes from technical (javascript) interviews. Tasks and quiz for different topics to discuss on interview / check self skills in javascript
Stars: ✭ 830 (-3.6%)
Mutual labels:  interview, interview-preparation

Problems

Collection of problems and solutions of leetcode, geeksforgeeks 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, geeksforgeeks 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".
  • 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, geeksforgeeks, which have similar complexity to what you'd get on your interviews.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].