Implementation of binary heap class that allows the decreaseKey operation. More...
Go to the source code of this file.
Classes | |
| class | ogdf::BinaryHeap2< key, HeapObject > |
| Min-heap priority queue realized by a data array. More... | |
| struct | ogdf::BinaryHeap2< key, HeapObject >::HeapEntry |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OREAS_BINARY_HEAP2_H |
Implementation of binary heap class that allows the decreaseKey operation.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file BinaryHeap2.h.
| #define OREAS_BINARY_HEAP2_H |
Definition at line 48 of file BinaryHeap2.h.