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

Explanation: The speciality of a weight BALANCED tree is a part from basic operations we can perform COLLECTIVE operations LIKE set intersection, which helps in rapid prototyping in functional programming LANGUAGES.



Discussion

No Comment Found

Related InterviewSolutions