1.

AVL trees are more balanced than Red-black trees.(a) True(b) FalseThe origin of the question is Binary Trees in portion Binary Trees of Data Structures & Algorithms II got this question in an interview for job.

Answer»

Right choice is (a) True

The BEST I can explain: AVL TREE is more balanced than a Red-black tree because AVL tree has less height than Red-black tree given that both TREES have the same number of elements.



Discussion

No Comment Found

Related InterviewSolutions