suche implementiert
This commit is contained in:
@@ -12,8 +12,12 @@ public class BinBaum
|
||||
this.wurzel = new Abschluss();
|
||||
}
|
||||
|
||||
public void einfügen(Datenelement datenNeu) {
|
||||
this.wurzel = this.wurzel.einfügen(datenNeu);
|
||||
public void einfügen(Datenelement datenNeu_Deu_Eng) {
|
||||
this.wurzel = this.wurzel.einfügen(datenNeu_Deu_Eng);
|
||||
}
|
||||
|
||||
public Datenelement Suche(String suche){
|
||||
return wurzel.Suche(suche);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user