Advanced Data Structures
Queue
a queue is dynamic data items in a linear order, such that the item first goes in is the first item goes out. Think of a queue as a queue of people. Item goes in from one end and comes out from the other end.
Previous slide
Next slide
Back to first slide
View graphic version