Skip to main content

4 docs tagged with "stacks"

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.

Stack Applications

Master stack applications including expression evaluation, parentheses matching, monotonic stacks, and solving histogram problems efficiently.

Stacks & Queues

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