Multiple Choice
A binary tree with just one node has height
A) -1
B) 0
C) 1
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: A complete binary tree with N nodes
Q20: The successor of a node in a
Q21: When a new item is added to
Q22: An AVL tree is<br>A) a binary search
Q23: Assuming a Node class<br>class Node<br>{<br>int element;<br>Node left,right;<br>Node(int
Q25: A binary tree stores items that have
Q26: A binary tree is a collection of
Q27: Binary trees have been used<br>A) in compilers
Q28: Let X be a node in a
Q29: Consider the operation of deleting the root