This repository is targeted towards getting ready for coding interviews in Java and Python
- Refer to chapters (1-8) and chapter 10 in Cracking the Coding Interview book.
- For each chapter, solve its relevant problems in https://neetcode.io/ and https://seanprashad.com/leetcode-patterns/
- Start with Easy problems and move towards medium and hard problems as you get more comfortable.
- If you are done with both lists, finish up the remaining problems in Top 100 Liked Questions on LeetCode.
- If you are also done with the Top 100 Liked Questions, finish up the remaining problems in Top Interview Questions on LeetCode.
- And before your interview, get premium membership on LeetCode and solve the top problems in the company you're applying for.
This repo has some more helpful and useful notes regarding programming patterns.
Cracking the Coding Interview Book, I personally refer to this book for only revising DS and Algo fundamentals and not for solving the problems listed in the book.