InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the self-adjusting binary search tree?(a) AVL Tree(b) Splay Tree(c) Top Tree(d) Ternary TreeMy question is taken from Binary Trees in portion Binary Trees of Data Structures & Algorithms II had been asked this question during an online exam. |
|
Answer» Correct option is (B) Splay Tree |
|