Skip to main content

depth_first_order

Function depth_first_order 

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