31. What is an in-place sorting algorithm?
32. Merge sort is preferred for arrays over linked lists.
33. Shell sort uses a sequence called a incrementing sequence to sort the elements.
34. Which of the following examples represent the worst case input for an insertion sort?
35. Which of the following is not true about MSD radix sort?
36. What will be the base case for the code of recursive bubble sort?
37. How many iterations are required to sort the array arr={2, 3, 4, 5, 1} using bubble sort and cocktail sort respectively?
38. Which of the following is a non-comparison sort?
39. How many sub arrays does the quick sort algorithm divide the entire array into?
40. What is the general form of Shell's increments?
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.