41. Consider the Quick sort algorithm in which the partitioning procedure splits elements into two sub-arrays and each sub-array contains at least one-fourth of the elements. Let T(n) be the number of comparisons required to sort array of n elements. Then T(n)<=?
42. What is the time complexity for a given pancake sort given it undergoes "n" flip operations?
43. What is the average time complexity of counting sort?
44. What is the best case time complexity of cocktail sort?
45. What is the best case time complexity of permutation sort?
46. What is the alternate name of bucket sort?
47. What is the worst case time complexity of tree sort (when implemented with a balanced tree)?
48. What is the worst case time complexity of the binary tree sort?
49. Which of the following sorting algorithms is the fastest?
50. In addition to the pancake sorting problem, there is the case of the burnt pancake problem in which we are dealing with pancakes (discs) that are burnt on one side only. In this case it is taken that the burnt side must always end up . . . . . . . .
Read More Section(Sorting Algorithms)
Each Section contains maximum 100 MCQs question on Sorting Algorithms. To get more questions visit other sections.