InterviewSolution
Saved Bookmarks
| 1. |
Which special balanced binary search tree is used to store the nodes of auxiliary tree?(a) Red – Black Tree(b) Red – Brown Tree(c) Red – Yellow Tree(d) Red – Tango TreeThis intriguing question comes from Binary Trees in portion Binary Trees of Data Structures & Algorithms IThe question was posed to me during an interview. |
|
Answer» Correct option is (a) Red – Black Tree |
|