Study resource
Queues common mistakes
Study Queues with curriculum-aligned Common Mistakes resources, practice links, and exam-focused support.
At a glance
common mistakes
Resource type
Topic
Queues
AqaA LevelComputer ScienceFundamentals of data structures
Common mistakes
Confusing full and empty tests
Attempting to add an item when the queue is full, or attempting to remove an item when the queue is empty.
Fix itTest for full before an add operation and test for empty before a remove operation.
Related topics
