|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectTiefenSuche
public class TiefenSuche
Klasse Tiefensuche enthaelt statische Methode tiefenSuche, die mit Hilfe eines Kellers eine iterativ organisierte Tiefensuche auf einem Baum durchfuehrt (= preorder)
| Constructor Summary | |
|---|---|
TiefenSuche()
|
|
| Method Summary | |
|---|---|
static void |
tiefenSuche(Baum wurzel)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TiefenSuche()
| Method Detail |
|---|
public static void tiefenSuche(Baum wurzel)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||