

MCQOPTIONS
Saved Bookmarks
1. |
What is the disadvantage of using splay trees? |
A. | height of a splay tree can be linear when accessing elements in non decreasing order. |
B. | splay operations are difficult |
C. | no significant disadvantage |
D. | splay tree performs unnecessary splay when a node is only being read |
Answer» B. splay operations are difficult | |