InterviewSolution
Saved Bookmarks
| 1. |
In which of the following self – balancing binary search tree the recently accessed element can be accessed quickly?(a) AVL tree(b) AA tree(c) Splay tree(d) Red – Black treeThis intriguing question originated from Binary Trees in section Binary Trees of Data Structures & Algorithms IThe question was asked during an online exam. |
|
Answer» Right ANSWER is (C) Splay tree |
|