Sorting Algorithms - Study Mode
[#171] What is the typical running time of a heap sort algorithm?
Correct Answer
(B) O(N log N)
[#172] What is the worst case complexity of QuickSort?
Correct Answer
(D) O(n 2 )
[#173] What is its wort case time complexity of Heap sort?
Correct Answer
(A) O(nlogn)
[#174] What is the worst case time complexity of strand sort?
Correct Answer
(C) O(n 2 )
[#175] Which of the following is the most suitable definition of radix sort?
Correct Answer
(A) It is a non comparison based integer sort