Skip to content
MathsGenie logo
Open app

Course home

Lessons

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. A Level
  2. /Computer Science
  3. /Sorting algorithms

Step-by-step lessons covering AQA A Level Computer Science Sorting algorithms for A Level Computer Science. Each lesson works through exam-style questions.