Skip to content

Course home

x
Sorting algorithms
x

Sorting, keys, and tracing

Sorting, keys, and tracing

A sorting algorithm rearranges data into a chosen order, such as turning [5, 2, 9, 1] into [1, 2, 5, 9]. The values compared may be numbers or keys taken from records.

Sorting algorithms Lesson

  1. AS Level
  2. /Computer Science
  3. /Sorting algorithms

Step-by-step lessons on AQA AS Level Computer Science Sorting algorithms. Each one builds up to exam-style questions.

Lessons