Selection sort: Repeatedly finds the minimum and swaps it to the front; O(n^2) time.
How to apply it: Trace selection sort step by step to predict intermediate and final array states.
Course: AP Computer Science A · Unit: Array
Practice questions about Selection sort on AimFive — get rubric-based feedback showing exactly which points you earned.
AP and Advanced Placement are trademarks of College Board. AimFive is not affiliated with or endorsed by College Board.