Introduction to Queues

A queue is an ordered data structure where items follow the first-in-first-out principle. (Reading time: under 1 minute)

We'll cover the following...

You can think of a queue as a pipe, with both ...