Skip to main content

11 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.