Vidyalelo
Data Structure · Q146

Binary Search Trees(B Tree)

Programming · Data Structure · question 146

Q146

What is the average running time of a treap?

A.
O(N)
B.
O(N log N)
C.
O(log N)
Answer
D.
O(M log N)

Answer: Option C

Solution

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