Question 8
The height of a binary search tree is defined as the number of nodes in the longest path from the
root to the leaf (both included). Consider a binary search tree
of height
. Note that need not be balanced.
Based on the above data, answer the given subquestions.
Suppose the number of elements in
is
. Which of the following statement(s) is/are correct?