Package algs42
Class DirectedDFS
java.lang.Object
algs42.DirectedDFS
-
Constructor Summary
ConstructorsConstructorDescriptionDirectedDFS
(Digraph G, int s) DirectedDFS
(Digraph G, Iterable<Integer> sources) -
Method Summary
DirectedDFS(Digraph G,
int s)
DirectedDFS(Digraph G,
Iterable<Integer> sources)