This animation visualizes the selection sort algorithm step by step on a row of bars representing unsorted values. It highlights the unsorted portion of the array, scans for the minimum element, and swaps it into place at the front, repeating until the list is fully sorted. Color-coded bars and a running pointer make the comparison and swap process clear, helping students see how the sorted region grows and understand the algorithm's time complexity.
16:9 · every frame verified for overlaps, spacing and edges before rendering
Please show how selction sort works