โŒจ๏ธap computer science principles review

key term - Linear Search Algorithm

Citation:

Definition

A linear search algorithm is a simple searching algorithm that sequentially checks each element in a list until it finds the target value or reaches the end of the list.

"Linear Search Algorithm" also found in: