Sorting Algorithms - Study Mode

[#446] Library sort is a modified version of which of the following sorting algorithm?
Correct Answer

(C) insertion sort

[#447] What is the worst case time complexity of bogosort?
Correct Answer

(C) O(infinity)

[#448] Cube sort is an in place sorting algorithm.
Correct Answer

(B) false

[#449] What is the worst case time complexity of LSD radix sort?
Correct Answer

(B) O(wn)

[#450] Why is heap sort preferred over merge sort for introsort implementation?
Correct Answer

(B) Because heap sort requires less space