Function rust_graph::algorithms::bfs [] [src]

pub fn bfs<V: Clone, E: Clone + Ord, F: FnMut(usize, Option<usize>)>(
    g: &AdjListGraph<V, E>,
    visit: F,
    source: usize
)