Data structures
Core data structures with SDE-3 level content: concept overview, algorithms, patterns, code, interview strategy, and quick revision.
Topic files
Topic
File
Highlights
Graphs
BFS/DFS, islands, flood fill, rotten oranges, course schedule, alien dictionary; terminology, algorithms, question lists.
How to use
Learn a topic: Open the topic file; read Concept Overview → Core Algorithms → Pattern Recognition → Interview Strategy → Quick Revision.
Before interviews: Use each file’s Quick Revision and Interview Strategy sections.
Patterns: See also patterns/two-pointers-sliding-window.md and patterns/leetcode-patterns.md.
Cross-links
Graph algorithms (Dijkstra, topo, MST): ../algorithms/graph.md
Union Find (connectivity, Kruskal): ../algorithms/union-find.md
Last updated