Package kth.csc.inda

Interface Summary
Graph A graph with a fixed number of vertices.
VertexAction This interface contains a single act method intended to be called during a traversal of a graph.
VertexIterator An iterator over vertices in a Graph object.
 

Class Summary
GraphAlgorithms An example implementation of depth first search.
HashGraph A graph with a fixed number of vertices implemented using adjacency maps.
MatrixGraph A graph with a fixed number of vertices implemented using an adjacency matrix.