| Class | Description |
|---|---|
| AlwaysEqualComparator<T> |
A default implementation for a check on equality (that always holds)
|
| Pair<A,B> |
Generic pair.
|
| UnionFind<T> |
An implementation of Union
Find data structure.
|
| VertexDegreeComparator<V,E> |
Compares two vertices based on their degree.
|
| Enum | Description |
|---|---|
| VertexDegreeComparator.Order |
Order in which we sort the vertices: ascending vertex degree or descending vertex degree
|
Copyright © 2016. All rights reserved.