Skip to main content

4 docs tagged with "priority-queue"

View all tags

Advanced Greedy

Master advanced greedy techniques including greedy with sorting, priority queue applications, task scheduling, and when greedy fails.

Deque and Priority Queue

Master double-ended queues and priority queues including heap implementation, top-K problems, and running median for advanced queue applications.

Heap Fundamentals

Master binary heap operations including insert, extract, heapify, and sift operations for efficient priority queue implementation.

Stacks & Queues

Master stack and queue data structures. Learn stack applications, queue operations, and advanced techniques like deque and priority queues.