InterviewSolution
Saved Bookmarks
| 1. |
In an AA-tree, we process split first, followed by a skew.(a) True(b) FalseMy question is based upon Binary Trees in division Binary Trees of Data Structures & Algorithms IThis question was addressed to me in an internship interview. |
|
Answer» CORRECT answer is (b) False For EXPLANATION: In an AA-tree, skew is processed first FOLLOWED by a SPLIT. |
|