Data structures

Queue

Explore the queue traversal algorithm — watch the visualization trace through each step.

read the article on queue

queue — first in, first out

empty queue
front
rear
enqueuing
dequeuing
peeking
size: 0
Select an operation to begin — Enqueue elements to visualize the queue