afas87 0 Newbie Poster

hi,,
attached a java code for a simple dictionary based on AVL tree principle,,
the 3 files are:
Node.java: the base class
AVL.java:the function
and Menu:the menu class of the programe

regards