Skip to main content

2 docs 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.