Study resource
Queues key terms
Study Queues with curriculum-aligned Key Terms resources, practice links, and exam-focused support.
At a glance
key terms
Resource type
Topic
Queues
AqaA LevelComputer ScienceFundamentals of data structures
Key terms
Circular queue
A queue in which the rear can wrap around to the beginning of the storage area so that freed positions can be reused.
Priority queue
A queue in which items are removed according to their priority rather than only according to their arrival order.
Related topics
