Skip to content

Sorting: selection and insertion sort

Handout

Putting an array in order

  • Sorting means putting the values of an array in order, usually from small to large.
  • On the AP CSA exam you must be able to write and trace two sorts: selection sort and insertion sort.
  • You also need to trace (but not write) a third sort: merge sort. We look at all three here.

Handout

Log in or create account

IGCSE & A-Level