71. What is the best case time complexity of the binary tree sort?
72. What is the advantage of library sort over insertion sort?
73. What is the worst case complexity of bubble sort?
74. What is the auxiliary space complexity of randomized quick sort?
75. What is the best case time complexity of recursive bubble sort?
76. On how many increment sequences does the worst case analysis of shell sort depends?
77. What is the advantage of radix sort over quick sort?
78. Binary tree sort is an in-place sorting algorithm.
79. In which of the following case strand sort is most efficient?
80. What is the best case time complexity of cube sort?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.