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