1.
In the following scenarios, when will you use selection sort?

2.
What is the first step in the algorithm of stooge sort(after base case)?

5.
What will be the order of elements of the array arr = {23, 67, 143, 654, 43} after first iteration of MSD sort is complete?

7.
Why is Shell sort called as a generalization of Insertion sort?

9.
Given an array of the following elements
81, 94, 11, 96, 12, 35, 17, 95, 28, 58, 41, 75, 15.
What will be the sorted order after 5-sort?

Read More Section(Sorting Algorithms)

Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.