Use the binary search tree code to do the following:
Names:
George
Bill
Nancy
Antonio
Sally
Mike
Cathy
Zac
Nolan
Kody
Xena
Yate
Have a menu that will do:
Have the user be able to drive the steps.
Have an option 7 that would write the contents of the tree to a file, inorder, then read it back in to balance the tree. Remember that the algorithm works mainly with a full tree. A full tree has the number of nodes of 2h - 1. Try and get the tree to have that number. Then write and read the tree (count the dummy nodes). Remove the dummy nodes.