Queue

Home > Computer Science > Algorithms and data structures > Arrays > Queue

A data structure that follows a First-In-First-Out (FIFO) policy, allowing for efficient insertion and removal at opposite ends.