Shape Shape

Queue

Queue is a data structure that stores elements in a first-in, first-out (FIFO) order. Used in task scheduling, message processing, and buffering.

Example:

A printer queue manages print jobs in the order they are received.

WhatsApp Icon