A Level Computer Science: Searching algorithms
This module contains:
Compatible with the following examination boards
Download A Level Module 53: Searching algorithms
This download is exclusively for Teach Computer Science subscribers!
To download this file, click the button below to signup (it only takes a minute) and you'll be brought right back to this page to start the download!
Already a member? Log in to download.
Searching algorithms
Searching and sorting algorithms are widely used by developers to search for data in an easier manner. Sorting algorithms arrange the data in a particular order. Searching algorithms are used to search for data in a list. In this article, we will learn about linear search algorithm and binary search algorithm in detail.
This A Level Computer Science module introduces searching algorithms to your students, explaining:
- Linear search algorithm
- Binary search algorithm
- Comparing time complexities of linear search and binary search
More Algorithms Modules
Searching algorithms is one lesson in our Algorithms module. The other theory lessons can be found below: