/AVL-Tree

Implementation of an AVL tree in Java

Primary LanguageJavaMIT LicenseMIT

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.