Algorithms

What is Linear search primarily used for?

Correct answer

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

Explanation

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