Module fera::unionfind

source ·
Expand description

Union find data structure.

Structs

This implements a map that can be used with UnionFind.
A union-find (disjoint-set) struct.

Type Definitions

UnionFind with keys in range 0..n.