# `InPlace.UnionFind`

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.

# `find`

# `new`

# `set_size`

# `union`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
