Sorting Algorithms - Study Mode
[#226] Which of the following is an example of parallel sorting technique?
Correct Answer
(C) cube sort
[#227] In insertion sort, the average number of comparisons required to place the 7 th element into its correct position is . . . . . . . .
Correct Answer
(B) 4
[#228] Which of the following is not true about library sort?
Correct Answer
(D) it is an in place sorting algorithm
[#229] Cycle sort is an adaptive sorting algorithm.
Correct Answer
(B) false
[#230] In binary tree sort, we first construct the BST and then we perform . . . . . . . . traversal to get the sorted order.
Correct Answer
(A) inorder