|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |