InPlace. UnionFind
(inplace v0.7.9)
Copy Markdown
Union-find (a.k.a. DSU)
https://en.wikipedia.org/wiki/Disjoint-set_data_structure
The (fixed-length) set is represented by the set of integer indices.