See: Description
Interface | Description |
---|---|
AlgorithmInterface<T extends PuzzleInstance> |
An interface for algorithms
|
Class | Description |
---|---|
AbstractAlgorithm<T extends PuzzleInstance> |
An abstract implementation of AlgorithmInterface with of the more peripheral/annoying methods filled in.
|
AlgorithmWrapper |
A generic class that all algorithms will inherit from.
|
CountShortestPathsAlgorithm | |
OldGenericAlgorithm<T extends PuzzleInstance> | Deprecated |
Enum | Description |
---|---|
AlgorithmStates |