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

type PreOrderForwardDfs<Graph> = PreOrderTraversal<Graph, ForwardNeighborStrategy, DfsQueueStrategy, LinkedList<<Graph as GraphBase>::NodeIndex>>;

A normal forward DFS in a directed graph.