Skip to content
Sorting Algorithms

Selection Sort

Find minimum each pass — O(n²)

Test & Demo

Enter your own array and watch the sort step-by-step