InterviewSolution
Saved Bookmarks
| 1. |
Why we need to a binary tree which is height balanced?(a) to avoid formation of skew trees(b) to save memory(c) to attain faster memory access(d) to simplify storingMy question is based upon AVL Tree topic in section Binary Trees of Data Structures & Algorithms IThe question was asked in homework. |
|
Answer» Right answer is (a) to avoid formation of skew trees |
|