Constructor and Description |
---|
FindCycleDFS() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Position> |
finalResult(java.lang.Iterable<Position> r)
Returns the final result of the DFS execute method.
|
void |
setup()
Executes the DFS algorithm.
|