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