Vidyalelo
Data Structure · Q139

Binary Search Trees(B Tree)

Programming · Data Structure · question 139

Q139

What is the space complexity of a treap algorithm?

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

Answer: Option A

Solution

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