You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers queues — a fundamental abstract data type (ADT) following the FIFO principle. Queues appear extensively in the OCR A-Level Computer Science (H446) specification and have many practical applications in computing.
A queue is a linear data structure that follows the FIFO (First In, First Out) principle. The first item added is the first item to be removed — like a queue of people waiting in line.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.