InterviewSolution
Saved Bookmarks
| 1. |
What are the operations that can be performed on weight balanced tree?(a) all basic operations and set intersection, set union and subset test(b) all basic operations(c) set intersection, set union and subset test(d) only insertion and deletionMy enquiry is from Weight Balanced Tree topic in section Binary Trees of Data Structures & Algorithms II got this question in quiz. |
|
Answer» The CORRECT answer is (a) all basic operations and set intersection, set union and subset test |
|