You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Searching algorithms are used to find a specific item within a data set. In GCSE Computer Science, you must understand two key searching algorithms: linear search and binary search. You need to know how each one works, be able to trace through them, and compare their efficiency.
A linear search (also called a sequential search) works by checking each item in the list one at a time, starting from the first item and moving through to the last. It continues until the item is found or the end of the list is reached.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.