InterviewSolution
Saved Bookmarks
| 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 |
|