1.

Is Top tree used for maintaining Dynamic set of trees called forest.(a) True(b) FalseThe above asked question is from Binary Trees topic in chapter Binary Trees of Data Structures & Algorithms IThis question was posed to me during an interview.

Answer»

Correct answer is (a) True

For explanation: Top tree data STRUCTURE is used to maintain a dynamic FOREST USING link or cut operations. Top tree is a type of data structure which is based on unrooted dynamic BINARY tree and is used to solve path related problems.



Discussion

No Comment Found

Related InterviewSolutions