LINEAR SEARCH algorithm explained with pseudo code

preview_player
Показать описание
A linear search is the simplest method of searching a data set. Starting at the beginning of the data set, each item of data is examined until a match is made. Once the item is found, the search ends. If there is no match, the algorithm must deal with this.
Рекомендации по теме