//! Minimum spanning tree algorithm traits.
use crateDType;
use Result;
use Runtime;
use ;
/// Minimum spanning tree algorithms.
///
/// Finds the subset of edges that connects all nodes with minimum total weight.
/// Only meaningful for undirected graphs.