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

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

A post-order forward DFS in a directed graph.