Class AVLBaumTest

java.lang.Object
  |
  +--AVLBaumTest

public class AVLBaumTest
extends java.lang.Object

Klasse zum Testen des AVLBaums: Einfuegen und Loeschen von Character


Constructor Summary
AVLBaumTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static void printAVLBaum(Baum b, int tiefe)
          Der AVL-Baum wird liegend mit Werten und Balancen ausgegeben.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

AVLBaumTest

public AVLBaumTest()
Method Detail

main

public static void main(java.lang.String[] argv)

printAVLBaum

public static void printAVLBaum(Baum b,
                                int tiefe)
Der AVL-Baum wird liegend mit Werten und Balancen ausgegeben.