Queue
FIFO structure
In computer science, a queue is an abstract data type that follows the First-In, First-Out (FIFO) principle. Elements are added to the rear of the queue and removed from the front, similar to how people line up at a ticket counter.
7 connections Built by Tim Jones