Follow us on Instagram!

A queue removes items in the order they were added.

A queue is a data structure in which elements are removed in the same order they were entered. We call that FIFO “First in, first out”. Just like waiting in a line, first come first served!