What is Selection S…
 
Notifications
Clear all

What is Selection Sort?

1 Posts
2 Users
0 Likes
159 Views
0
Topic starter

What is Selection Sort?

1 Answer
0

Selection sort is an effective and efficient sort algorithm based on comparison operations. It adds one element in each iteration. You need to select the smallest element in the array and move it to the beginning of the array by swapping with the front element.

Share: