Classes | |
class | BinHeap< PR, IM, Comp > |
A Binary Heap implementation. More... | |
class | Elevator< GR, Item > |
Class for handling "labels" in push-relabel type algorithms. More... | |
class | LinkedElevator< GR, Item > |
Class for handling "labels" in push-relabel type algorithms. More... | |
class | UnionFind< IM > |
A Union-Find data structure implementation. More... | |
class | UnionFindEnum< IM > |
A Union-Find data structure implementation which is able to enumerate the components. More... | |
class | ExtendFindEnum< IM > |
A Extend-Find data structure implementation which is able to enumerate the components. More... | |
class | HeapUnionFind< V, IM, Comp > |
A Union-Find data structure implementation which is able to store a priority for each item and retrieve the minimum of each class. More... | |
Files | |
file | bin_heap.h |
Binary Heap implementation. | |
file | elevator.h |
Elevator class. | |
file | unionfind.h |
Union-Find data structures. |