71. Which of the following algorithm is implemented internally in java when we use function arrays.sort()?
72. What is the worst case running time of shell sort using Hibbard's increments?
73. Find the pivot element from the given input using median-of-three partitioning method.
8, 1, 4, 9, 6, 3, 5, 2, 7, 0.
8, 1, 4, 9, 6, 3, 5, 2, 7, 0.
74. Which of the following is an adaptive sorting algorithm?
75. Which of the following statement is true about comparison based sorting?
76. What is the worst case time complexity of recursive insertion sort?
77. What is the worst case time complexity of comb sort?
78. Any algorithm that sorts by exchanging adjacent elements require O(N2) on average.
79. Quick sort follows Divide-and-Conquer strategy.
80. What is the worst case analysis of shell sort using Shell's increments?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.