31. What will be the base case for the code of recursive insertion sort ?
32. Auxiliary space requirement of sleep sort is . . . . . . . .
33. What is the best case complexity of QuickSort?
34. What is the best case time complexity of gnome sort?
35. Which one of the following sorting algorithm is best suited to sort an array of 1 million elements?
36. Which of the following is an advantage of recursive bubble sort over its iterative version?
37. It is not possible to implement counting sort when any of the input element has negative value.
38. Which of the following is the distribution sort?
39. Which of the following sorting algorithm will be preferred when the size of partition is between 16 and 2 log(n) while implementing introsort?
40. What is the worst case analysis of Shell sort using Sedgewick's increments?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.