Skip to main content

One doc tagged with "Sequential Search"

View All Tags

What is Sequential Search?

Sequential search is a basic search algorithm that examines each element in an array or list sequentially to find the desired value.