InterviewSolution
Saved Bookmarks
| 1. |
Which type of binary tree does rope require to perform basic operations?(a) Unbalanced(b) Balanced(c) Complete(d) FullMy question is taken from Binary Trees topic in division Binary Trees of Data Structures & Algorithms IThe question was posed to me during an online interview. |
|
Answer» The correct OPTION is (b) Balanced |
|