UnionFind<T> typedef

UnionFind<T> = DisjointSet<T>

Implementation

typedef UnionFind<T> = DisjointSet<T>;