Multiple Choice
The maximum height of a binary search tree of n nodes is ______.
A) n
B) n - 1
C) n / 2
D) log2(n + 1)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: A 2-3-4 tree requires more storage than
Q24: What is a bucket?
Q25: What is a disadvantage of a 2-3-4
Q26: Suppose we wanted to use a hash
Q27: _ is a collision-resolution scheme that searches
Q29: Locating a particular item in a binary
Q30: What is meant by clustering? How does
Q31: A 4-node is found in a(n)_.<br>A)AVL tree<br>B)2-3
Q32: A 2-3 tree of height h always
Q33: Searching a 2-3 tree is _.<br>A)O(n)<br>B)O(log2ⁿ)<br>C)O(log2ⁿ *