81. Recursive insertion sort is a comparison based sort.
82. Which of the following real time examples is based on insertion sort?
83. Consider the following heap after buildheap phase. What will be its corresponding array?

84. Bottom up merge sort uses recursion.
85. Cocktail sort is also known as . . . . . . . .
86. What is the average running time of a quick sort algorithm?
87. Sleep sort code cannot compile online because . . . . . . . .
88. Which of the following sorting algorithm uses a binary search tree?
89. What is the worst case time complexity of a quick sort algorithm?
90. What is the auxiliary space complexity of recursive bubble sort?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.