Implementation of binomial heap data structure. More...
#include <ogdf/basic/basic.h>#include <ogdf/basic/heap/HeapBase.h>#include <cstddef>#include <functional>Go to the source code of this file.
Classes | |
| class | ogdf::BinomialHeap< T, C > |
| Binomial heap implementation. More... | |
| struct | ogdf::BinomialHeapNode< T > |
| Binomial heap node. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Implementation of binomial heap data structure.
Definition in file BinomialHeap.h.