Skip to main content

3 docs tagged with "deque"

View all tags

Deque and Priority Queue

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

Queue Applications

Explore practical queue applications including BFS traversal, task scheduling, and sliding window maximum with deques for efficient problem-solving.

Stacks & Queues

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