Package org.jgrapht.alg.util
Utilities used by JGraphT algorithms.
-
Class Summary Class Description UnionFind<T> An implementation of Union Find data structure.VertexDegreeComparator<V,E> Compares two vertices based on their degree.
Class | Description |
---|---|
UnionFind<T> |
An implementation of Union
Find data structure.
|
VertexDegreeComparator<V,E> |
Compares two vertices based on their degree.
|