merge-find
Implementation of Disjoint-set data structure algorithm (also called a union–find data structure or merge–find set).
Implementation of Disjoint-set data structure algorithm (also called a union–find data structure or merge–find set).
Group similar items together.
An implementation of DisjointSet data structure.