QA section
- What is the difference between the
TreeNodeclass in a binary tree and theTreeNodeclass in a binary search tree? - What are the advantages of the binary search tree over the binary tree?
- How can the AVL tree have a balanced tree?
TreeNode class in a binary tree and the TreeNode class in a binary search tree?