AVL-Tree icon indicating copy to clipboard operation
AVL-Tree copied to clipboard

Implementation of an AVL tree in Java

Implementation of an AVL Tree, along with code to test insertions on the tree.

Based on code written by Mark Allen Weiss in his book Data Structures and Algorithm Analysis in Java.