71. What will be the number of passes to sort the elements using insertion sort?
14, 12,16, 6, 3, 10
14, 12,16, 6, 3, 10
72. Which of the following is incorrect about randomized quicksort?
73. Which of the following is an alternate name of library sort?
74. Which of the following traversal in a binary search tree results in a sorted output?
75. What is the best case time complexity of Tim sort?
76. What is the advantage of counting sort over quick sort?
77. What is the worst case time complexity of bead sort (S= sum of input elements)?
78. What is the best case time complexity of bead sort (S = sum of input elements)?
79. LSD radix sort requires . . . . . . . . passes to sort N elements.
80. What is a randomized quick sort?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.