Std.DisjointSet.DisjointSet
1 declaration
type
DisjointSetThis declaration introduces a public type.
What it does
A low-level, flat-array Disjoint-Set (Union-Find) with path halving and union-by-rank.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
