Vidyalelo
Data Structure · Q112

Binary Search Trees(B Tree)

Programming · Data Structure · question 112

Q112

What is the longest length path for a node x in random binary search tree for the insertion process?

A.
log x
B.
x2
C.
x!
D.
4.311 log x
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board