| Interface | Description |
|---|---|
| GraphAlgorithmObserver<V> |
A GraphAlgorithmObserver will register with a WeightedGraph
to let it know that it is "watching".
|
| Class | Description |
|---|---|
| MazeGraph |
The MazeGraph is an extension of WeightedGraph.
|
| WeightedGraph<V> |
This class represents a general "directed graph", which could
be used for any purpose.
|