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.
Step-by-step lessons covering AQA A Level Computer Science Sorting algorithms for A Level Computer Science. Each lesson works through exam-style questions.