import AlgorithmCourses from './\_courses/AlgorithmCourses.md'
@ -15,6 +17,12 @@ import InDocAd from './\_components/InDocAd';
<metaproperty="og:title"content="Best practice questions by the author of Blind 75 | Tech Interview Handbook"/>
</head>
:::tip
As of April 2022, I've developed a [12-week study plan](./coding-interview-study-plan.md) which includes a curriculum for revision and practice questions. If you want to customize your own practice questions, I've also developed [Grind 75](https://www.techinterviewhandbook.org/grind75) which is a modern version of Blind 75 that you can customize.
:::
Hey there, the author of Blind 75 here 👋!
Practicing is the best way to prepare for coding interviews. LeetCode has over a thousand questions. Which should you practice? Hence years ago, I curated a list of the most important 75 questions on [LeetCode](https://leetcode.com). Many other LeetCode questions are a mash of the techniques from these individual questions. I used this list in my last job hunt to only do the important questions.