What is a queue?
What is a queue?

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.
Step-by-step lessons on AQA AS Level Computer Science Queues. Each one builds up to exam-style questions.