Loading content...
Data Structures & Algorithms
0/276 completed
Chapter 1: Algorithmic Thinking
0/8
Why DSA Matters
4
Computational Thinking
4
Algorithms — Core Concepts
4
Measuring Algorithm Efficiency
3
Asymptotic Notation
4
Case Analysis & Cost Models
4
Problem Constraints & Trade-offs
5
Expressing Algorithms Clearly
5
Chapter 2: DSA Foundations & Classification
0/9
Chapter 3: Primitive Data Structures
0/9
Chapter 4: Strings
0/10
Chapter 5: Arrays
0/10
Chapter 6: Linked Lists
0/11
Chapter 7: Stacks
0/10
Chapter 8: Queues
0/10
Chapter 9: Recursion
0/11
Chapter 10: Hash Tables
0/10
Chapter 11: Trees
0/10
Chapter 12: Binary Search Trees
0/10
What Is a BST?
4
BST Property & Power
4
BST Search
4
BST Insertion
4
BST Deletion
4
Inorder Traversal
4
Time Complexity
4
The Balance Problem
4
1.
What Is a Degenerate (Skewed) Tree
2.
How Insertion Order Affects Shape
3.
Worst-Case Degradation to Linked List
4.
Motivation for Self-Balancing Trees
BST Variants
4
Common BST Patterns
5
Chapter 13: Balanced Search Trees
0/8
Chapter 14: Heaps & Priority Queues
0/10
Chapter 15: Tries
0/8
Chapter 16: Graphs
0/10
Chapter 17: Searching Algorithms
0/10
Chapter 18: Sorting Algorithms
0/12
Chapter 19: Divide and Conquer
0/10
Chapter 20: Greedy Algorithms
0/10
Chapter 21: Dynamic Programming
0/13
Chapter 22: Backtracking
0/10
Chapter 23: Graph Algorithms
0/11
Chapter 24: Advanced Graph Algorithms
0/9
Chapter 25: String Algorithms
0/10
Chapter 26: Bit Manipulation
0/10
Chapter 27: Advanced Data Structures
0/9
Chapter 28: Problem Solving Strategies
0/8
View Roadmap
Toggle Sidebar
101
0/276
Share