libassa 3.5.0
Classes | Namespaces
/builddir/build/BUILD/libassa-3.5.0/assa/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

namespace  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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines