21. Binary search can be used in an insertion sort algorithm to reduce the number of comparisons.
22. What is the worst case time complexity of gnome sort?
23. What is the worst case time complexity of merge sort?
24. Introsort begins sorting the given array by using which of the following sorting algorithm?
25. Quick Sort is a . . . . . . . .
26. What is the worst space complexity of bucket sort (k = number of buckets)?
27. How many odd and even phases are required respectively to sort the given array using odd-even sort.arr={3, 2, 3, 8, 5, 6, 2, 1}.
28. How many loops are required to implement gnome sorting algorithm?
29. Which of the following is a disadvantage of cube sort?
30. Which of the following is not an alternative name of permutation sort?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.