Declares & Implements Binary Heap, and Top10Heap. More...
Go to the source code of this file.
Classes | |
class | ogdf::BinaryHeapSimple< X, INDEX > |
Dynamically growing binary heap tuned for efficiency on a small interface (compared to BinaryHeap). More... | |
class | ogdf::DeletingTop10Heap< X, Priority, STATICCOMPARER, INDEX > |
A variant of Top10Heap which deletes the elements that get rejected from the heap. More... | |
class | ogdf::Top10Heap< X, INDEX > |
A variant of BinaryHeapSimple which always holds only the 10 elements with the highest keys. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declares & Implements Binary Heap, and Top10Heap.
Definition in file MinHeap.h.