1. Which of the following is not an alternative name of bogosort?
2. Stooge sort is a stable sorting algorithm.
3. Why is insertion sort preferred over other sorting algorithms (like selection sort, bubble sort etc.) for Tim sort implementation?
4. Which of the following sorting algorithms is the fastest for sorting small arrays?
5. In what time can a binary heap be built?
6. Which of the following stable sorting algorithm takes the least time when applied to an almost sorted array?
7. Which of the following code fragment puts sorted values in an array using beads correctly?
8. What is the best case time complexity of tree sort?
9. Permutation sort works by . . . . . . . .
10. What is the auxiliary space complexity of bead sort?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.