You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tech-interview-handbook/contents/best-practice-questions.md

6.2 KiB

id title
best-practice-questions Best Practice Questions

Here is a suggested schedule for revising and practicing algorithm questions on LeetCode. Sign up for an account if you don't already have one, it's critical to your success in interviewing!)

Week 1

In week 1, we will start off easy and do a mix of easy and medium questions on arrays and strings. Arrays and strings are the most common types of questions to be found in interviews; gaining familiarity with them will help in building strong fundamentals to better handle tougher questions.

Optional

Week 2

The focus of week 2 is on Linked List, string and matrix-based questions.

Week 3

The focus of week 3 is on non-linear data structures like trees, graphs and heaps.

Optional

Week 4

Week 4 builds up on knowledge from previous weeks but questions are of increased difficulty. Expect to see such level of questions during interviews.

Optional

Week 5

Week 5 focuses on Dynamic Programming questions.