- A A tree in which each node has at most one child
- B A tree in which each node has exactly two children
- C A self-balancing binary search tree in which the difference in height between the left and right subtrees of any node is at most 1
- D A self-balancing binary search tree in which the difference in height between the left and right subtrees of any node is at most 2
- Share this MCQ
Answer:
C
Share this MCQ
Answer: c) A self-balancing binary search tree in which the difference in height between the left and right subtrees of any node is at most 1
Click me to Read more Question & Answer of TreeShare this MCQ