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

The best I can explain: AA TREES are implemented USING levels instead of COLORS to overcome the disadvantages of Red-Black trees.



Discussion

No Comment Found

Related InterviewSolutions