Introduction
If you are looking for a resource where you can learn Data structures in-depth. TakeUForward SDE sheet is highly recommended.
SDE Sheet contains very handily crafted and picked top coding interview questions from different topics of Data Structures & Algorithms.
Day 1: Arrays (6)
Day 2: Arrays Part-II (6)
Day 3: Arrays Part-III (6)
Day 4: Arrays Part-IV (6)
Day 5: Linked List (6)
Day 6: Linked List Part-II (6)
Day 7: Linked List and Arrays (6)
Day 8: Greedy Algorithm (6)
Day 9: Recursion (6)
Day 10: Recursion and Backtracking (0/6)
Day 11: Binary Search (8)
Day 12: Heaps (6)
Day 13: Stack and Queue (7)
Day 14: Stack and Queue Part-II (10)
Day 15: String (6)
Day 16: String Part-II (6)
Day 17: Binary Tree (12)
Day 18: Binary Tree part-II (8)
Day 19: Binary Tree part-III (7)
Day 20: Binary Search Tree (7)
Day 21: Binary Search Tree Part-II (8)
Day 22: Binary Trees[Miscellaneous] (6)
Day 23: Graph (12)
Day 24: Graph Part-II (6)
Day 25: Dynamic Programming (7)
Day 26: Dynamic Programming Part-II (8)
Day 27: Trie (7)
Day 28: Operating System
Day 29: DBMS
Day 30: Computer Networks
Day 31: Project Overview
Credits
Prerequisite
- Javascript Basics
- Willingness to learn