Type Definition traitgraph::algo::traversal::PostOrderBackwardDfs[][src]

pub type PostOrderBackwardDfs<Graph> = DfsPostOrderTraversal<Graph, BackwardNeighborStrategy, VecDeque<<Graph as GraphBase>::NodeIndex>>;
Expand description

A post-order forward DFS in a directed graph.