| Package | Description |
|---|---|
| alg |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DFSAlgorithm |
The DFSAlgorithm class provides an implementation of the DFS / BB A*
algorithm in a sequential (non parallelized) manner.
|
class |
DFSParallel |
This is an entry point for the DFS parallelized version.
|