InterviewSolution
Saved Bookmarks
| 1. |
Comparing the speed of execution of Red-Black trees and AA-trees, which one has the faster search time?(a) AA-tree(b) Red-Black tree(c) Both have an equal search time(d) It dependsAsked question is from Binary Trees topic in chapter Binary Trees of Data Structures & Algorithms II got this question in my homework. |
|
Answer» The CORRECT answer is (a) AA-tree |
|