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