pqueue.h
This interface exports the
PriorityQueue
class, a collection in which values are processed in priority order.
Class
PriorityQueue<ValueType>
This class models a linear structure called a
priority queue
in which values are processed in order of priority.