<<< Search Algorithms, cont.     Index     Selection Sort Algorithm >>>

37. Selection Sort


  1. List is sorted by selecting list element and moving it to its proper position

  2. Algorithm finds position of smallest element and moves it to top of unsorted portion of list

  3. Repeats process above until entire list is sorted

     


<<< Search Algorithms, cont.     Index     Selection Sort Algorithm >>>