public class GraphTraverse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
id |
| Constructor and Description |
|---|
GraphTraverse() |
| Modifier and Type | Method and Description |
|---|---|
static void |
tiefensuche(Graph g) |
private static void |
visit(Vertex v) |