Type Definition traitgraph_algo::traversal::PreOrderForwardBfs
source · [−]pub type PreOrderForwardBfs<'a, Graph> = PreOrderTraversal<'a, Graph, ForwardNeighborStrategy, BfsQueueStrategy, VecDeque<<Graph as GraphBase>::NodeIndex>>;
Expand description
A normal forward BFS in a directed graph.