InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not the self balancing binary search tree?(a) AVL Tree(b) 2-3-4 Tree(c) Red – Black Tree(d) Splay TreeThis interesting question is from Binary Trees in chapter Binary Trees of Data Structures & Algorithms IThis question was addressed to me in unit test. |
|
Answer» Correct choice is (b) 2-3-4 Tree |
|