sequential search algorithm

views updated

sequential search algorithm The most simple searching algorithm in which the keys are searched sequentially from the top of the file until a match is found.