Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
Loading...
Searching...
No Matches
Data Structures | Functions
dsac::priority Namespace Reference

Code from the chapter "Priority Queues". More...

Data Structures

class  HeapAdaptablePriorityQueue
 
class  HeapPriorityQueue
 
class  SortedPriorityQueue
 
class  UnsortedAdaptablePriorityQueue
 
class  UnsortedPriorityQueue
 

Functions

template<typename Entry , typename PriorityQueue >
void pq_sort (std::vector< Entry > &data)
 

Detailed Description

Code from the chapter "Priority Queues".

Function Documentation

◆ pq_sort()

template<typename Entry , typename PriorityQueue >
void dsac::priority::pq_sort ( std::vector< Entry > &  data)