Package com.complexible.common.collect
Class DisjointSet<T>
java.lang.Object
com.complexible.common.collect.DisjointSet<T>
Disjoint set data structure. A disjoint set Uses path compression and union by rank.
- Author:
- Evren Sirin
-
Constructor Summary
Constructors -
Method Summary