From b6cace20f0d8fd9ce420b12e22b19b90e81fb2a1 Mon Sep 17 00:00:00 2001 From: Abe H Date: Sun, 19 Jun 2022 21:05:37 -0400 Subject: [PATCH] 3 Month plan: Add missing link --- contents/coding-interview-prep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/coding-interview-prep.md b/contents/coding-interview-prep.md index 72fb4001..bb6786f6 100644 --- a/contents/coding-interview-prep.md +++ b/contents/coding-interview-prep.md @@ -81,7 +81,7 @@ To start preparing for your coding interviews, always begin with a plan. Calcula But how do you know which are the most important topics and questions to practice based on the time you have left? You may use the free [Grind 75 tool](https://www.techinterviewhandbook.org/grind75) (built by me) which produces coding interview study plans for varying lengths of preparation time. The algorithm behind it includes a ranking of questions by priority and also a balance between breadth and depth of topics covered. -If you have the luxury of time to prepare, it is recommended to spend around 3 months (2-3 hours per day) to prepare more holistically. I have outlined my personal 3-month study plan here, which takes you from start to finish on which topics and questions to complete. +If you have the luxury of time to prepare, it is recommended to spend around 3 months (2-3 hours per day) to prepare more holistically. I have outlined my personal 3-month study plan [here](https://www.techinterviewhandbook.org/coding-interview-study-plan/#the-3-month-study-plan---with-recommended-study-resources-and-practice-question-links), which takes you from start to finish on which topics and questions to complete. ### 3. Combine studying and practicing for a single topic {#study-and-practice}