Heap (Priority Queue)
Covers heap fundamentals, top-K problems, streaming data, greedy optimizations, and advanced 2D heap applications.
Heap Basics
Kth Element & Streaming
Greedy + Heap
Advanced Heap (2D / BFS + Heap)