51. Bead sort is also known as . . . . . . . .
52. What is the average case complexity of selection sort?
53. Which of the following is not an example of non comparison sort?
54. Which of the following sorting algorithm is not in place?
55. Which of the following algorithm implementations is similar to that of an insertion sort?
56. Which of the following is not a stable sorting algorithm?
57. Which of the following sorting algorithm is only applicable to positive integers?
58. In which case will tim sort will work as an insertion sort?
59. In a computational complexity theory, a problem with decision making is said to be NP-complete when it is both in NP and NP-hard. What does NP mean?
60. The complexity of which of the following sorting algorithms remains to be the same in its best, average and worst case?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.