Leetcode study plan for faang

3 min read

 

I have designed a 6 to 9 months study plan & 3 months interview preparation plan to crack Top MNC'S Companies coding round & interviews in your interview process or placement drives.

"Practice More Learn More"

Plan to Learn DS Concepts With LeetCode:

I have compiled some important topics which are very important in our interview process to learn below useful concepts.

  • Arrays
  • Strings
  • LinkedList
  • Stack & Queue
  • Recursion
  • Backtracking
  • Dynamic Programming
  • Graphs
  • Trees
  • Heaps
  • Trie Data Structure

The LeetCode link for the problems Set:- https://leetcode.com/problemset/all/
Apply tags according to topics which you want to practice.

image

  • Complete 20 to 25 problems on each of these topics or concepts.
    • Easy Problems: 6 to 8
    • Medium Problems: 12 to 15
    • Hard Problems: 4 to 5

Some Tips:

  • Don't use Google / Youtube / Discuss on LeetCode for Solution if you are stuck any problem, follow my plan:
    • Try to solve the problem yourself at least 5 times
    • If you are still not able to solve the problem then as a hint 2 to 3 lines of code from the discuss part of LeetCode & try again.
    • If you are still not able to solve the problem then see the next 3 lines of code from the discuss part of LeetCode & follow these.
  • If you are weak at any topic then you are practicing 30 questions on that topic.
  • You should also practice MCQ questions (Multiple Choice Questions) on a daily basis for 15 minutes on the following topics:
    • Data Structure & Algorithms
    • DBMS (Database Management System)
    • OS (Operating System)
    • Logical Reasoning
  • You should practice at least 3 hours per day in LeetCode problems.
  • You should practice problems to learn DS concepts with <= 55% acceptance rate & avoid doing such problems where unlike ratio is larger than like ratio.
  • You should practice the same problem until the submission of your solution is >= 80% faster than online submissions for any problem.

image

Revision Plan to Crack Top MNC's Company Interviews:

The LeetCode link for the Interview problems: https://leetcode.com/explore/interview/

The first & half months Plan:

The next first & half months Plan:

Some Tips:
  • You should practice the revision plan as a live coding round which is time bound, that is you have to try to complete the solution in the same amount of time which will be given to you in your real test.
  • Keep practicing until you are able to complete the solution in the given amount of time.
Men' fashion , Dating Tips , Relationship Advice

You may like these posts

  •  Minimum stack / Minimum queue In this article we will consider three problems: first we will modify a stack in a way that allows us to find the smallest element of the stack…
  •  Trying to make a short, complete and realistic DSA study guide for coding interviews as well as competitive programming. Studying for competitive programming is quite vast,…
  • Container run Container is runtime environments for an image. When we do docker pull <image>, the container is not started nor created yet. We most commonly used command is t…
  •  40 Essential Linux Commands That Every User Should Know Linux is a family of open-source Unix operating systems based on the Linux Kernel. They include Ubuntu, Fedora, …
  • (adsbygoogle = window.adsbygoogle || []).push({}); YOUTUBE CHANNEL Subscribe  Data Structure - LLDs - ( 1 Week )List of data structuresListsDesign Linked ListD…
  • YOUTUBE CHANNEL List of most used data structures and algorithms along with their tutorials, implementation and some problems on them.Binary Search :Tutorial, Problems 6.…

Post a Comment