[][src]Type Definition bigraph::traversal::PreOrderForwardBfs

type PreOrderForwardBfs<Graph> = PreOrderTraversal<Graph, ForwardNeighborStrategy, BfsQueueStrategy, LinkedList<<Graph as GraphBase>::NodeIndex>>;

A normal forward BFS in a directed graph.