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.
selection sort
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. selection sort passing
The process of selection and exchanged(i.e a pass) continues in this fashion until the all element in array are sorted. selection sort passing item

16- Array- Selection Sort Part-1- DataStructure






    CLICK HERE TO Download This PDF NOTES




Facebook Likes

Youtube