Module union_find

Source

Structs§

UnionFind 🔒
Simple implementation of a union-find data structure, i.e. a disjoint-set forest.
UnionFindEntry 🔒