compare : 0 duration : 00:00:00
Sorting Visualization
Selection sort is a simple sorting algorithm that selects the smallest (or largest) element from an unsorted list in each iteration and places it at the beginning of the sorted list.