31. In which of the following case does a tree sort become adaptive?
32. Time complexity of sleep sort can be approximated to be . . . . . . . .
33. What is the average time complexity of introsort?
34. Shell sort is also known as . . . . . . . .
35. In which of the following case pigeonhole sort is most efficient?
36. Median of three quick sort is an in place sort.
37. Which of the following sorting algorithm is best suited if the elements are already sorted?
38. The given array is arr = {1, 2, 4, 3, 5}.The number of iterations required to sort the array using gnome sort will be . . . . . . . .
39. What is the disadvantage of selection sort?
40. Gnome sort uses which of the following method to implement sorting?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.