β
Correct 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.
Explanation by: Mr. Dubey
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.
Discussion
Question Analytics
454
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
88%
Success Rate