Q45
In a Binary Search Tree (BST), what does the term "node height" refer to?
A.
The number of edges from the node to its deepest descendant.
AnswerB.
The number of nodes in the subtree.
C.
The number of edges from the node to its parent.
D.
The total number of nodes in the tree.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board