91. Cocktail sort is a comparison based sort.
92. Cycle sort is a comparison based sort.
93. What is the best case time complexity randomized quick sort?
94. Which of the following data structure is required for the implementation of tree sort?
95. What is the average number of comparisons used in a heap sort algorithm?
96. What is the best case time complexity of bogosort?
97. The given array is arr = {3, 4, 5, 2, 1}. The number of iterations in bubble sort and selection sort respectively are . . . . . . . .
98. In heap sort, after deleting the last minimum element, the array will contain elements in?
99. Median of three quick sort is a stable sort.
100. Which of the following is not an advantage of tree sort?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.