Examveda

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.

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


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)