What is Grind 75 and why does it work?
Grind 75 is a curated list of 75 LeetCode problems designed to give you maximum interview coverage with minimum time investment. Created by Yangshun Tay, the same engineer behind the Tech Interview Handbook and the original Blind 75, this list represents years of refinement based on real interview data.
The problems are sequenced intentionally. You start with foundational patterns like two pointers, hash maps, and basic tree traversals. By the time you reach the Hard problems in weeks 7-8, you've already built the mental models needed to tackle them. This is not a random collection of problems. It is a curriculum.
Each problem targets a specific pattern that shows up repeatedly in real interviews. Two Sum teaches hash map lookups. Valid Parentheses teaches stack-based matching. Number of Islands teaches graph traversal. Once you internalize these patterns, you can recognize and solve variations you have never seen before.