Selection Sort Algorithm and its Implementation

3

The basic idea is that in each iteration of this algorithm we pick an element (either largest or smallest, this depends on the sorting scenario) and appends it to the sorted element list, reducing the size of unsorted list by one.

Read this post on codingeek.com


Hitesh Garg

blogs from Gurgaon