Queue is empty
No operations yet
A queue is a First-In-First-Out (FIFO) data structure. Think of it like a line of people waiting:
Common uses include task scheduling, print spooling, and breadth-first search algorithms.