This program visualizes 3 types of tree data structures. Binary Search Tree, AVL Tree, Red Black Tree.
The user is prompted to choose the type of tree to be visualized, then the user enters the insertions or deletions in the tree and the tree updates the display.