[][src]Type Definition traitgraph::traversal::PreOrderBackwardBfs

type PreOrderBackwardBfs<Graph> = PreOrderTraversal<Graph, BackwardNeighborStrategy, BfsQueueStrategy, LinkedList<<Graph as GraphBase>::NodeIndex>>;

A normal backward BFS in a directed graph.