to implement a queue, the end node points to the front node • The front node (1st node) points to the 2nd node in the queue • The 2nd node in the queue points to the 3rd node in the queue, etc. • Finally, the (n-1)th node points to the end node (the nth node)