DS – Selection Sort

Selection Sort:

  • The concept of finding minimum value in the array and swapping with index value.
  • For each pass, least element in the list moves to appropriate position.

Scroll to Top