Binary Search Tree

1. The number of edges from the root to the node is called __________ of the tree.
2. The number of edges from the node to the deepest leaf is called _________ of the tree.
3. What is a full binary tree?
4. What is a complete binary tree?
5. Which of the following is not an advantage of trees?