Module Digraph.Bfs

Breadth-first search

val iter : ( V.t -> unit ) -> t -> unit
val iter_component : ( V.t -> unit ) -> t -> V.t -> unit