public class TinyDepthFirstSearch<N,A>
extends java.lang.Object
| Constructor and Description |
|---|
TinyDepthFirstSearch(GraphSearchInput<N,A> problem) |
| Modifier and Type | Method and Description |
|---|---|
void |
dfs(N head) |
java.util.List<SearchGraphPath<N,A>> |
getSolutionPaths() |
void |
run() |
public TinyDepthFirstSearch(GraphSearchInput<N,A> problem)
public void run()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void dfs(N head) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic java.util.List<SearchGraphPath<N,A>> getSolutionPaths()