Questions about binaryTreeType
- What is the base case for inorder?
- Why is treeHeight in public and height in private?
- What does copyTree do and how does it work?
- What does the constructor do and how does it work?
- How does assignment (overloaded =) work?
- Why is the function for max included in binaryTree.h?
- How do elements get into the tree?
- How are elements deleted from the tree?