61. On which algorithm is heap sort based on?
62. Which of the following is not true about QuickSort?
63. What is the average case time complexity of tree sort?
64. Which of the following is an advantage of recursive insertion sort over its iterative version?
65. Consider the following statements related to the binary tree sort.
I. Element can be added gradually as they become available
II. It needs extra memory space
I. Element can be added gradually as they become available
II. It needs extra memory space
66. What is the average time complexity of Tim sort?
67. What is a randomized QuickSort?
68. Which of the following is not an exchange sort?
69. Stooge sort is a comparison based sorting algorithm.
70. Bead sort is only applicable to positive integers.
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.