Selection Sort Visualization

Selection Sort

Selection sort is a simple in-place comparison-based sorting algorithm. It has an average-case and worst-case time complexity of O(n^2).

Enter Array Elements