|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Dynamic binary heap with node-based storage. More...
#include <ahDry.H>#include <ah-args-ctor.H>#include <htlist.H>#include <ah-dry.H>#include <tpl_binNodeUtils.H>#include <tpl_binHeap.H>Go to the source code of this file.
Classes | |
| class | Aleph::DynBinHeap< T, Compare > |
Dynamic heap of elements of type T ordered by a comparison functor. More... | |
| struct | Aleph::DynBinHeap< T, Compare >::Iterator |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Dynamic binary heap with node-based storage.
Binary heap using linked nodes instead of array. Supports priority updates and arbitrary node removal.
Definition in file tpl_dynBinHeap.H.