InterviewSolution
Saved Bookmarks
| 1. |
AA Trees are implemented using?(a) Colors(b) Levels(c) Node size(d) HeapsMy question comes from Binary Trees topic in division Binary Trees of Data Structures & Algorithms II have been asked this question during an interview. |
|
Answer» The correct answer is (b) LEVELS |
|