Skip to content
MathsGenie logo
Open app

Course home

x

What is a queue?

What is a queue?

Comparison of linear, circular, and priority queues showing front and rear pointers, wrap-around, and priority-based removal

A queue is a data structure that models a waiting line, such as print jobs or packets waiting to be processed. In a normal queue the rule is FIFO, which means first in, first out.

Queues Lesson

  1. AS Level
  2. /Computer Science
  3. /Queues

Step-by-step lessons covering AQA AS Level Computer Science Queues for AS Level Computer Science. Each lesson works through exam-style questions.

Lessons