Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 377 Bytes

File metadata and controls

7 lines (6 loc) · 377 Bytes

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. image