public class DirectedDFS extends Object
DirectedDFS(Digraph digraph, int s)
DirectedDFS(Digraph digraph, Iterable<Integer> sources)
boolean
marked(int v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DirectedDFS(Digraph digraph, int s)
public DirectedDFS(Digraph digraph, Iterable<Integer> sources)
public boolean marked(int v)