Grind 75

Grind 75 is an updated list of problems from the author of Blind 75.

This list actually contains a total of 169 questions. However, I will start from the first 75 and then add the other ones gradually.

Lastly, I have just replaced String to Integer (atoi) with Two Sum II - Input Array Is Sorted, which is much more useful.

Approach a Problem

The Tech Interview Handbook provides a great list of steps that could be used to approach and solve coding interview questions.

Be sure to familiarize with such steps and try to apply them also when you solve LeetCode questions by yourself.