Written by the Fiveable Content Team โข Last updated August 2025
Verified for the 2026 exam
Verified for the 2026 examโขWritten by the Fiveable Content Team โข Last updated August 2025
Definition
Sequential search, also known as linear search, is a simple searching algorithm that checks each element in a list one by one until the desired element is found or the end of the list is reached.
Traversing a List: It refers to moving through each element of a list, either to perform an operation on each element or to search for a specific element.