InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an advantage of tree sort?(a) it has a low space complexity(b) it has good time complexity for balanced BST(c) it is an online sorting algorithm(d) it is stable sorting algorithmI got this question in an online quiz.Question is taken from Sorting in section Sorting of Data Structures & Algorithms II |
|
Answer» Correct answer is (a) it has a low SPACE complexity |
|