Sorting Algorithms - Study Mode
[#241] Which of the following sorting algorithm is not stable . . . . . . . .
Correct Answer
(D) bogosort
[#242] Which of the following sorting algorithm is not in-place?
Correct Answer
(B) tim sort
[#243] Binary insertion sort is a comparison based sort.
Correct Answer
(A) true
[#244] What is the running time of an insertion sort algorithm if the input is pre-sorted?
Correct Answer
(C) O(N)
[#245] What is the space complexity of stooge sort?
Correct Answer
(A) O(n)