Data Structures and Algorithms Lecture Notes

14 February 2011 Queues


The STL, for example, provides queues, but not as one of the container classes. Instead it provides an adapter class that turns an instance of a vector, for example, into a queue with appropriate operations.
This page last modified on 2006 January 24.