


The standard library simple_union_find package implements efficient disjoint-set union and find operations. For algorithmic background, see wikipedia union/find.
The simple_union_find package implements the Union_Find API.
The simple_union_find package source code is in src/lib/src/simple-union-find.pkg.
See also: union_find.
The above information is manually maintained and may contain errors.
Union_Find


