41. Which of the following sorting algorithm is not in place?
42. Which of the following sorting algorithm is in place?
43. MSD radix sort should be preferred over LSD radix sort when we have to maintain the original relative order.
44. Which of the following function chooses a random index as pivot.
45. Which of the following sorting algorithm is a constituent of tim sort?
46. Randomized quick sort is a stable sort.
47. Introsort sort is a comparison based sort.
48. Which of the following methods is the most effective for picking the pivot element?
49. What is the average number of comparisons used to heap sort a random permutation of N distinct items?
50. Which of the following sorting algorithm is NOT stable?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.