Vidyalelo
Data Structure · Q143

Binary Search Trees(B Tree)

Programming · Data Structure · question 143

Q143

What is the disadvantage of using splay trees?

A.
height of a splay tree can be linear when accessing elements in non decreasing order.
Answer
B.
splay operations are difficult
C.
no significant disadvantage
D.
splay tree performs unnecessary splay when a node is only being read

Answer: Option A

Solution

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