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.
AnswerB.
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