Selection Sort
In this sorting all the elements in the array are searched for the smallest element.
Then selected element is Exchange with the first element in the array.
Now the second smallest is selected from the rest of the array and is exchanged with the 1st element of the unsorted part of the array.
The process of selection and exchanged(i.e a pass) continues in this fashion until the all element in array are sorted.
16- Array- Selection Sort Part-1- DataStructure
CLICK HERE TO Download This PDF NOTES