What is the maximum height of a balanced binary search tree with n nodes?
n * log2(n)
n
log2(n)
2n

Computer Science Exercises are loading ...