@thi.ng/disjoint-set
TypedArray-based disjoint set implementation with quick union & path compression
disjoint-set
Data structure that helps to solve network connectivity problem using two operations: 1) connect two objects; 2) check or two objects are connected.
disjoint
Implementation of a disjoint set data structure