41. What is the recurrence relation for stooge sort?
42. Apply Quick sort on a given sequence 7 11 14 6 9 4 3 12. What is the sequence after first phase, pivot is first element?
43. What is the average case time complexity of cycle sort?
44. Which of the following sorting algorithm is in-place?
45. What is the worst case time complexity of odd-even sort?
46. The worst case running time of shell sort, using Shell's increments is?
47. Which of the following sorting algorithms can be considered as improvement to the binary tree sort?
48. Which of the following options contain the correct feature of an insertion sort algorithm?
49. What is the auxiliary space requirement of cycle sort?
50. Records R1, R2, R3,.. RN with keys K1, K2, K3,.. KN are said to be h-ordered, if . . . . . . . .
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.