1.

Is partitioning method used by Tango Tree.(a) True(b) FalseThe doubt is from Binary Trees topic in division Binary Trees of Data Structures & Algorithms II had been asked this question during an online interview.

Answer»

Correct option is (a) True

The best I can explain: PARTITIONING METHOD is used by tango tree which PARTITIONS a binary search tree into small sets of paths and then STORING them to auxiliary TREES. Hence tango tree is represented as a tree of trees.



Discussion

No Comment Found

Related InterviewSolutions