Data Structures and Algorithms: Queues
Data Structures and Algorithms: Queues
Data Structures and Algorithms: Queues
QUEUES
Queues
• A Queue is a special kind of list, where items are
inserted at one end (the rear) And deleted at the other
end (the front).
i i
h a
g b
f c
e d