Linear Search
Summary: A search algorithm that checks each element in a list sequentially until the target value is found or the end is reached. Simple but inefficient for large datasets. Tags: concepts computer-science igcse-computer-science algorithms Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z
Content
A search algorithm that checks each element in a list sequentially until the target value is found or the end is reached. Simple but inefficient for large datasets.