How it works ?
The selection sort works by selecting the smallest unsorted item remaining in the list, and then swapping it with the item in the next position to be filled.
Only one list is required
Before sorting, the list is unsorted
When sorting is in progress, it consists of sorted part and unsorted part
When sorting is completed, the list is sorted