Mental Model
A queue is a line where the first person in is the first person out. We add items at the back and remove from the front.
Analogy: Imagine waiting in line at a coffee shop. The first person to get in line is the first to get served and leave the line.
front -> [item1] -> [item2] -> [item3] -> back -> null