tech-interview-handbook
leetcode-patterns
Our great sponsors
tech-interview-handbook | leetcode-patterns | |
---|---|---|
66 | 213 | |
70,093 | 6,012 | |
- | - | |
9.5 | 7.2 | |
3 days ago | 11 days ago | |
JavaScript | JavaScript | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tech-interview-handbook
-
Does anyone have any experience in landing an internship as a CS transfer student?
Interview Preparation: During my Sophomore summer, I started practicing with Leetcode by following the Blind 75 list. This helped me pass coding assessments & tech phone screens. I highly recommend to checkout the Tech Interview Handbook as a guide on how to approach technical interviews.
- Coding Interviews
-
grind75, from author of blind75
Created a GitHub issue (https://github.com/yangshun/tech-interview-handbook/issues/275) to track Grind 75 feature requests and added your suggestions!
-
How to make the jump to FAANG companies?
I work as an engineer at FAANG and wrote a handbook on how to prepare for technical interviews - https://www.techinterviewhandbook.org/ which is relevant to passing FAANG coding interviews.
-
Are there any role model githubs that may inspire my own when applying competitively to MANGA?
But if you want to look at Github projects, take a look at this one :)
-
Extremely lost, and require career advice. How do I find my worth as a developer? How to improve my skillset?
A lot of people like to recommend certain curated LC lists. Neetcode.io and blind75 being two of the popular ones. Also check https://www.techinterviewhandbook.org/ since it can be quite helpful to get you an idea. I personally recommend just taking it one DS/A at a time. I would skip dynamic programming by the way unless you've got extra time. Takes a ton of time to learn and isn't that popular of a question unless you're interviewing with Google
-
Are stem grads really the most successful?
It’s totally achievable to get a job at these top companies if you had previous internships/projects and spend a few weeks/months prepping for interviews. Check out tech interview handbook
-
I'm a final year student from a tier3 college looking for internship for python dev roles from a long time and 95% times didn't even get a response. please review my resume and all criticism are welcomed.
You can find good guides like https://www.techinterviewhandbook.org/ easily. All the best mate.
- Are there any quick reference guides with examples that can easily explain the topics associated with a LeetCode problem ? I have tried Googling to no usable success
-
MANG interviews in less then 2 months, no experience with algos/LC, help.
here! grind 75 & tech interview handbook
leetcode-patterns
- Ask HN: What to do about ‘Good at programming Bad at Leetcode’
- How to get started with Leetcode?
-
Failed coding interview for internship
Sean preshad
-
Thanks for keeping me motivated
After that did [these questions](https://seanprashad.com/leetcode-patterns/) (highly recommend, if you only ever do 171 questions in your life, make these)
For the questions selection, I recommend the Leetcode [cards](https://leetcode.com/explore/learn/ ) as well as [these](https://seanprashad.com/leetcode-patterns/) and last but not least the Leetcode [study plans](https://leetcode.com/study-plan/ )
What helped me was doing [this](https://techdevguide.withgoogle.com/paths/data-structures-and-algorithms) to get the basics and then doing [these questions](https://seanprashad.com/leetcode-patterns/) it felt like a lot of other questions are just alterations on them.
-
Leetcode premium or AlgoExpert
I liked how the questions where sorted by topic and difficulty on AE, and I used it heavily at the begining of my training, but then I found lists of problems like: Neetcode and Leetcode Patterns and I shifted completly over leetcode.
-
to read a large csv data and find total of transaction.
For interview questions, do Leetcode Patterns.
-
Will grinding LC give me a better understanding of data structures / algorithms?
You can try patterns like these and do them in this order: https://seanprashad.com/leetcode-patterns/
- Feeling stuck in IT and not smart enough to be a Developer
What are some alternatives?
Grokking-the-Coding-Interview-Patterns - This course categorizes coding interview problems into a set of 16 patterns. Each pattern will be a complete tool - consisting of data structures, algorithms, and analysis techniques - to solve a specific category of problems. The goal is to develop an understanding of the underlying pattern, so that, we can apply that pattern to solve other problems. [UnavailableForLegalReasons - Repository access blocked]
Reddit-wiki-programming - Resources to Learn Data Structures and Algorithms, ace competitive programming, Get a Job in Tech/CS
reactjs-interview-questions - List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
coding-interview-practice - A repository with associated live twitch stream and youtube shows where we work our way through a preparation guide for code interviews.
CtCI-6th-Edition - Cracking the Coding Interview 6th Ed. Solutions
EPI-to-LC - Mappings of problems from the book Elements of Programming Interviews (EPI) to Leetcode
LeetCode - A Markdown file that contains my solutions of LeetCode problems.
leetcode-rating-predictor - Leetcode Rating Predictor built with Node. Browser extension and web interface.
Guava - Google core libraries for Java
algoexpert-data-structures-algorithms - A collection of solutions for all problem statements on the AlgoExpert Coding Interview platform.
freeCodeCamp - freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.