81. Bucket sort is a generalization of which of the following sort?
82. What is the worst case time complexity of cocktail sort?
83. What will be the recurrence relation of the code of recursive bubble sort?
84. Which of the following sorting algorithm is not in place?
85. Which of the following sorting algorithm is not a constituent of introsort?
86. How many write operations will be required to sort the array arr={2, 4, 3, 5, 1} using cycle sort?
87. What is the auxiliary space requirement of counting sort?
88. The initial gap between two elements being compared . . . . . . . .
89. What will be the pivot for the array arr={8, 2, 4, 9} for making the first partition when a median of three quick sort is implemented?
90. How many elements can be sorted in O(logn) time using Heap sort?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.