Type Definition traitgraph_algo::traversal::PostOrderForwardDfs
source · [−]pub type PostOrderForwardDfs<Graph> = DfsPostOrderTraversal<Graph, ForwardNeighborStrategy, VecDeque<<Graph as GraphBase>::NodeIndex>>;
Expand description
A post-order forward DFS in a directed graph.