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.
777
0
Do you find this helpful?
6

Discussion

No comments yet