Module quickunion

Source

Re-exports§

pub use heuristics::ByRandom;
pub use heuristics::ByRank;
pub use heuristics::BySize;
pub use heuristics::Unweighted;

Modules§

algorithm_container
AlgorithmContainer trait implementations for QuickUnion
borrowed_impls
Borrowed and Thin borrowed implementations for QuickUnion
constructors
Constructors and macros for QuickUnion
heuristics
traits_impl
Trait implementations for QuickUnion: Connected, Union, Find

Structs§

QuickUnion
QuickUnion algorithm

Traits§

Heuristic
Heuristic for quick union algorithm