Function spanning_forest

Source
pub fn spanning_forest(v_size: usize, edges: &[(usize, usize)]) -> Vec<usize>