Sorting Algorithms - Study Mode

[#86] Which of the following sorting algorithms is used along with quick sort to sort the sub arrays?
Correct Answer

(C) Insertion sort

[#87] What is the auxiliary space requirement of Tim sort?
Correct Answer

(A) O(n)

[#88] What is the best case time complexity of strand sort?
Correct Answer

(A) O(n)

[#89] Which of the following is not an adaptive sorting algorithm?
Correct Answer

(C) stooge sort

[#90] Which of the following is true for the LSD radix sort?
Correct Answer

(B) accesses memory randomly