previous
|
start
|
next
Abstract Data Type Queue
Items added to one end of the queue (the
tail
)
Items removed from the other end (the
head
)
Called first in, first out or FIFO order
Think of a queue of people
previous
|
start
|
next