| Interface | Description |
|---|---|
| ArrayBasedGraph |
Define the abstract data type for an array based representation of a graph (undirected, not weighted)
|
| Class | Description |
|---|---|
| ArrayBasedAdjacencyListGraph |
Array based implementation of an Adjacency List Representation of a graph.
|
| ArrayBasedAdjacencyMatrixGraph |
An implementation of a generic (undirected, possibly weighted) graph, using an adjacency matrix
|
| ArrayBasedGraphLoader |
This class provides input/output methods for reading (writing) graph
structures to (from) files
|