Module heuristics

Source

Re-exports§

pub use by_rank::ByRank;
pub use by_size::BySize;
pub use unweighted::Unweighted;
pub use by_random::ByRandom;

Modules§

by_random
ByRandom heuristic for QuickUnion
by_rank
ByRank heuristic for QuickUnion
by_size
BySize heuristic for QuickUnion
unweighted
Unweighted heuristic for QuickUnion