Algorithms

Which concept is defined as follows: a search algorithm that checks each element in a list sequentially until the target value is found?

Correct answer

A. Linear search

Explanation

Linear search refers to a search algorithm that checks each element in a list sequentially until the target value is found.