Implement Selection Sort

Write a program to sort a list using selection sort algorithm.

Scroll to Top