Skip to main content

13 docs tagged with "Algorithms"

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.