InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a self – balancing binary search tree?(a) 2-3 tree(b) Threaded binary tree(c) AA tree(d) TreapQuestion is from Binary Trees in portion Binary Trees of Data Structures & Algorithms IThe question was posed to me during an online exam. |
|
Answer» Right option is (c) AA tree |
|