11. Which of the following sorting algorithm has the same time complexity in every case?
12. What is the average case time complexity of bogosort?
13. Which of the following algorithm takes linear time for sorting?
14. What is the cut-off for switching from quick sort to heap sort in the implementation of introsort?
15. What is the auxiliary space complexity of recursive insertion sort?
16. What is the average case time complexity of gnome sort?
17. What is the disadvantage of counting sort?
18. Auxiliary space used by gnome sort is . . . . . . . .
19. What is the purpose of using randomized quick sort over standard quick sort?
20. What is the purpose of using a median of three quick sort over standard quick sort?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.