Implements a class for a binary heap. More...
#include "PriorityQueue.h"#include "../functor/Dereference.h"#include <vector>#include "../functor/compose.h"#include <algorithm>Go to the source code of this file.
Classes | |
| class | PriorityQueueBinaryHeap< T, Key, GetKey, CompareKeys, Sequence > |
| A priority queue implemented with a binary heap. More... | |
Implements a class for a binary heap.
1.6.3