21. What is the best case time complexity of binary insertion sort?
22. Which of the following is not true about tree sort?
23. Sleep sort does not work for . . . . . . . .
24. How many flips does the simplest of pancake sorting techniques require?
25. Shell sort is applied on the elements 27 59 49 37 15 90 81 39 and the chosen decreasing sequence of increments is (5,3,1). The result after the first iteration will be
26. Pancake Sorting appears in which of the following?
27. Which of the following is false?
28. What is the auxiliary space complexity of bottom up merge sort?
29. How many comparisons will be made to sort the array arr={1, 5, 3, 8, 2} using bucket sort?
30. Which of the following algorithm is stable?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.