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
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
What Is DP?
4
Overlapping Subproblems
4
Optimal Substructure
4
Memoization (Top-Down)
4
Tabulation (Bottom-Up)
4
State Design
4
1D DP Problems
4
1.
Fibonacci Sequence as DP
2.
Climbing Stairs Variations
3.
House Robber Problem
4.
State: Single Index — The Unifying Framework
2D DP Problems
4
Knapsack Problems
4
String DP — Edit Distance
4
Space Optimization
4
Common DP Patterns
4
DP Framework
4
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