Paths
public class DepthFirstPaths extends Object implements Paths
DepthFirstPaths(Graph graph, int source)
boolean
hasPathTo(int v)
Iterable<Integer>
pathTo(int v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DepthFirstPaths(Graph graph, int source)
public boolean hasPathTo(int v)
hasPathTo
public Iterable<Integer> pathTo(int v)
pathTo