|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectGraph_Tiefensuche
Tiefensuche auf einem Graphen
| Field Summary | |
(package private) static boolean[] |
besucht
|
(package private) static int[] |
ergebnis
|
(package private) static int |
id
|
| Constructor Summary | |
Graph_Tiefensuche()
|
|
| Method Summary | |
static int[] |
tiefensuche(Graph g)
|
private static void |
visit(Graph g,
int k)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static int id
static boolean[] besucht
static int[] ergebnis
| Constructor Detail |
public Graph_Tiefensuche()
| Method Detail |
private static void visit(Graph g,
int k)
public static int[] tiefensuche(Graph g)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||