โŒจ๏ธap computer science principles review

key term - Linear Search

Citation:

Definition

A linear search is a simple searching algorithm that checks each element in a list or array one by one until the target value is found or the end of the list is reached.

"Linear Search" also found in: