public class EfficientListGraph
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int[][] |
adjList |
int |
numberVertices |
Constructor and Description |
---|
EfficientListGraph(EfficientListGraph g) |
EfficientListGraph(Graph graph) |
Modifier and Type | Method and Description |
---|---|
int |
degree(int n) |
void |
fromString(java.lang.String adjacencyListAsString) |
int |
getNumberVertices() |
public EfficientListGraph(Graph graph)
public EfficientListGraph(EfficientListGraph g)