Queues

From TRCCompSci - AQA Computer Science
Revision as of 09:51, 16 May 2017 by Admin (talk | contribs)
Jump to: navigation, search

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.

Types of Queue

Priority

Circular

Add to Queue

Take from Queue

Test for empty

Test for full