Skip to main content

5 docs tagged with "queues"

View all tags

Basic Data Structures

Learn fundamental data structures including arrays, linked lists, stacks, queues, and hash tables that form the foundation of algorithmic problem-solving.

Messaging Patterns

Master message queues, publish-subscribe, and event streams. Choose the right pattern for your asynchronous communication.

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.