Queue Implementation
head
a
d
b
c
l
For a queue, we usually add another
reference, to the last element, for
convenience.
This element is called the
tail
.
tail