GCSE Computer Science: Linear Search
This module contains:
Compatible with the following examination boards
Download Module 29: Linear Search
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.
Linear Search
Searching and sorting algorithms are widely used by developers to search data in an easier manner. Sorting algorithms arrange the data in particular order. Searching algorithms are used to search for data in a list. In this article, we will learn about linear search algorithm in detail.
This GCSE Computer Science module introduces
Algorithm for binary search What is pseudocode