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