Uses of Interface
kth.csc.inda.Graph

Uses of Graph in kth.csc.inda
 

Classes in kth.csc.inda that implement Graph
 class HashGraph
          A graph with a fixed number of vertices implemented using adjacency maps.
 class MatrixGraph
          A graph with a fixed number of vertices implemented using an adjacency matrix.
 

Methods in kth.csc.inda with parameters of type Graph
 void VertexAction.act(Graph g, int v)
          An action performed when a search of the graph g visits node v.