1.

To restore the AVL property after inserting a element, we start at the insertion point and move towards root of that tree. is this statement true?(a) true(b) falseThis question is from AVL Tree in division Binary Trees of Data Structures & Algorithms IThis question was addressed to me in homework.

Answer»

The correct option is (a) true

Easy explanation - It is INTERESTING to NOTE that after INSERTION, only the path from that POINT to node or only that subtrees are imbalanced interms of HEIGHT.



Discussion

No Comment Found

Related InterviewSolutions