Selection Sort
Various, 1963
O(n²)Selection sort appears throughout 1960s curricula as a simple O(n²) method: repeatedly choose the smallest remaining element and move it into place. The visualization highlights the scan pair (current minimum and probe index) in gold, shows sorted prefixes in teal, and pauses on the swap stage.