1.

Which algorithm is used in the top tree data structure?(a) Divide and Conquer(b) Greedy(c) Backtracking(d) BranchMy question comes from Binary Trees topic in chapter Binary Trees of Data Structures & Algorithms IThis question was addressed to me in examination.

Answer»

Right ANSWER is (a) Divide and Conquer

The best explanation: TOP TREE is a TYPE of data structure which is based on unrooted dynamic binary tree and is used to solve PATH related problems. It allows an algorithm called divide and conquer.



Discussion

No Comment Found

Related InterviewSolutions