QA section
- What is the difference between the
TreeNode
class in a binary tree and theTreeNode
class 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?