51. Shell sort algorithm is the first algorithm to break the quadratic time barrier.
52. What is the advantage of pigeonhole sort over merge sort?
53. Which of the following is a variant of insertion sort?
54. The given array is arr = {2, 6, 1}. What are the pivots that are returned as a result of subsequent partitioning?
55. What are the number of swaps required to sort the array arr={1, 2, 4, 3, 7, 5, 6} using recursive bubble sort?
56. Bucket sort is an in place sorting algorithm.
57. Strand sort algorithm used which of the following method for sorting a list?
58. MSD radix sort is an in place sorting algorithm.
59. What is the best time complexity of bucket sort (k= number of buckets)?
60. What is the advantage of selection sort over other sorting techniques?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.