Sorting Algorithms - Study Mode
[#271] Which of the following sorting algorithm uses a binary search tree?
Correct Answer
(B) tree sort
[#272] What is the worst case time complexity of a quick sort algorithm?
Correct Answer
(C) O(N 2 )
[#273] What is the auxiliary space complexity of recursive bubble sort?
Correct Answer
(B) O(1)
[#274] In place merge sort has same time complexity as standard merge sort.
Correct Answer
(B) false
[#275] Odd-even sort is also known as . . . . . . . .
Correct Answer
(C) brick sort