Sorting Algorithms - Study Mode

[#276] In what position does the array for heap sort contains data?
Correct Answer

(A) 0

[#277] Strand sort is most efficient for data stored in?
Correct Answer

(A) linked list

[#278] What is the average time complexity of strand sort?
Correct Answer

(C) O(n 2 )

[#279] What is the auxiliary space complexity of binary insertion sort?
Correct Answer

(B) O(1)

[#280] Bubble sort is an adaptive sorting algorithm.
Correct Answer

(A) true