Parameter Bfs.1-G
module V : Graph.Sig.COMPARABLEval iter_vertex : (V.t -> unit) -> t -> unitIt is enough to iter over all the roots (vertices without predecessor) of the graph, even if iterating over the other vertices is correct.
Bfs.1-Gmodule V : Graph.Sig.COMPARABLEval iter_vertex : (V.t -> unit) -> t -> unitIt is enough to iter over all the roots (vertices without predecessor) of the graph, even if iterating over the other vertices is correct.