Queue

A queue is an abstract data type that holds an ordered, linear sequence of items. You can describe it as a first in, first out (FIFO) structure. The first element to be added to the queue will be the first element to be removed from the queue.

Form

Visual

Queue Visualizer

Select a Max Size and add data to initialize the queue.