Module lattices::union_find
source · Expand description
Module containing the UnionFind
lattice and aliases for different datastructures.
Structs§
- Union-find lattice.
Type Aliases§
- Array-backed
UnionFind
lattice. std::collections::BTreeMap
-backedUnionFind
lattice.std::collections::HashMap
-backedUnionFind
lattice.crate::collections::SingletonMap
-backedUnionFind
lattice.