McqMate
Q. |
Recursive selection sort is a comparison based sort. |
A. | true |
B. | false |
Answer» A. true | |
Explanation: in selection sort we need to compare elements in order to find the minimum element in each iteration. so we can say that it uses comparisons in order to sort the array. thus it qualifies as a comparison based sort. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet