1) Setup
Coach: For each i, scan j = i+1…end to find the minimum, then swap it into position i.
Cyan beam = scanning • Gold crown = current minimum • Warp swap = teleport exchange
2) Big Callouts
Goal: Grow a sorted zone from the left.
Selection Sort always uses O(n²) comparisons, even if the array is already sorted.
Generate data, then Step or Run.