libassa  3.5.1
Classes | Namespaces
PriorityQueue_Heap.h File Reference

Heap-based implementation of PriorityQueue algorithm based on Robert Sedgewick's "Algorithms in C++", Ch. More...

#include <sys/types.h>
#include <string.h>
#include "assa/PriorityQueue_Impl.h"

Go to the source code of this file.

Classes

class  ASSA::PriorityQueue_Heap< T, Compare >
 

Namespaces

 ASSA
 

Detailed Description

Heap-based implementation of PriorityQueue algorithm based on Robert Sedgewick's "Algorithms in C++", Ch.

11.

Definition in file PriorityQueue_Heap.h.