Reference no: EM1380395
Question: The Binary Tree is one of best ways to organize information when you require fast access. For this project, we will organize a list of names and perform various operations on those names. Build and show a binary tree based on the following names inserted into the binary tree in order listed: John, Eddie, Kim, Derrick, Ethan, Lonny, Mark, Curly, Donny, Nancy, Patricia, Oscar.
Demonstrate the order to names for a preorder traversal
Demonstrate the order to names for a postorder traversal
Demonstrate the order to names for a inorder traversal
Is this tree balanced? Why or why not?
How would the tree need to look for it to be more balanced if it is not?
If we deleted Eddie from the tree, what would the new tree look like (use one of the current names to replace Eddie and the tree redone)?