Node Priority QueuesThe data type node_pq<P> can be used to store nodes of a Graphs together with an associated priority of a linearly ordered type P. Node Priority Queues are specialized versions of Priority Queues. In a Node Priority Queue the node with the minimum priority can be accessed very efficiently. Example of how to use a node priority queue Strengths
Disadvantages
Tips
|
See also:Manual Entries: Manual Page Node Priority Queues |