Difference between revisions of "Queues"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "A queue is a linear list with a first-in first-out structure.There are three different types of queue circular queues, linear queues and priority queues.")
(No difference)

Revision as of 09:31, 16 May 2017

A queue is a linear list with a first-in first-out structure.There are three different types of queue circular queues, linear queues and priority queues.