Vidyalelo
Data Structure · Q45

Binary Search Trees(B Tree)

Programming · Data Structure · question 45

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.
Answer
B.
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