Algorithm Design and Problem Solving · 4 question types
Past paper frequency (2018 to 2024)
This topic accounts for approximately 7% of your exam marks.
Bubble sort traces and binary search descriptions appear in nearly every paper. 4 to 6 marks.
Almost every program ends up doing one of two operations on data:
The IGCSE syllabus names three standard algorithms for these jobs:
| Job | Algorithm |
|---|---|
| Sorting | Bubble sort |
| Searching | Linear search |
| Searching | Binary search |
You should be able to describe how each one works, trace through a worked example, and compare the two search algorithms.