Sorting Algorithms - Study Mode
[#321] How many loops are required to implement gnome sorting algorithm?
Correct Answer
(A) Single loop
[#322] Which of the following is a disadvantage of cube sort?
Correct Answer
(A) high memory overhead for small data
[#323] Which of the following is not an alternative name of permutation sort?
Correct Answer
(C) donkey sort
[#324] Comb sort is a stable sorting algorithm.
Correct Answer
(B) False
[#325] What is the auxiliary space complexity of library sort?
Correct Answer
(A) O(n)