InterviewSolution
Saved Bookmarks
| 1. |
Consider the original array 17 8 12 4 26.How many comparisons are needed to construct the BST on the original array?(a) 5(b) 4(c) 7(d) 10This question was addressed to me at a job interview.The above asked question is from Sorting in chapter Sorting of Data Structures & Algorithms II |
|
Answer» The correct answer is (d) 10 |
|