Skip to main content

breadth_first_order

Function breadth_first_order 

Source
pub fn breadth_first_order(
    adjacency: &[Vec<usize>],
    start: usize,
) -> Result<Vec<usize>, TraversalError>