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. |
Login to Continue
It will take less than 2 minutes