Function rust_graph::algorithms::dfs [] [src]

pub fn dfs<T: DFSVisitor, V: Clone, E: Clone + Ord>(
    g: &AdjListGraph<V, E>,
    visitor: &mut T
)