Package | Description |
---|---|
io.github.jalgorithm.datastructures.graphs |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Vertex<T>> |
Vertex.neighbors |
protected java.util.ArrayList<Vertex<T>> |
Graph.vertices |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Vertex<T>> |
Graph.getVertices() |
Modifier and Type | Method and Description |
---|---|
void |
Graph.visit(Vertex<T> vertex) |
Modifier and Type | Method and Description |
---|---|
void |
Graph.setVertices(java.util.ArrayList<Vertex<T>> vertices) |