InterviewSolution
Saved Bookmarks
| 1. |
Which of the following trees is similar to that of an AA-Tree?(a) Splay Tree(b) B+ Tree(c) AVL Tree(d) Red-Black TreeMy question comes from Binary Trees topic in portion Binary Trees of Data Structures & Algorithms IThis question was addressed to me in an interview for job. |
|
Answer» The correct answer is (d) Red-Black TREE |
|