InterviewSolution
Saved Bookmarks
| 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 |
|