Set/disjoint_set library

Classes

DisjointSet<T>
A generic implementation of the Disjoint Set (Union-Find) data structure with path compression and union by rank optimization.