Internet FAQ Archive
Faq Archives: How to Think Like a Computer Scientist: Queues and Priority Queues
A chapter from the Java version of "How to Think Like a Computer Scientist" that deals with the Queue and Priority Queue data structures.
University of Auckland School of Computer Science
Morris: Priority Queue
A brief description of the priority queue abstract data type.
Other
Priority Queues and the Stl
A description of the Priority Queue data structure and its implementation in Visual C++.