Sorting Algorithms - Study Mode

[#346] Bead sort is a comparison based sorting algorithm.
Correct Answer

(B) false

[#347] What is the average case time complexity of permutation sort?
Correct Answer

(B) O(n*n!)

[#348] Library sort is a comparison based sort.
Correct Answer

(A) true

[#349] Which of the following header file is a must to implement sleep sort algorithm?
Correct Answer

(D) windows.h

[#350] Which of the following sorting algorithm uses a binary search?
Correct Answer

(B) binary insertion sort