public class DFS<V,E,I,R>
extends java.lang.Object
Constructor and Description |
---|
DFS() |
Modifier and Type | Method and Description |
---|---|
R |
execute(Graph<V,E> g,
Vertex<V> s,
I in)
Execute a depth first search traversal on graph g, starting
from a start vertex s, passing in an information object (in)
|