Linear search

In computer science, linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched.

Source: Wikipedia — Linear search (CC BY-SA 4.0)

Linear search

In computer science, linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched.

Source: Wikipedia "Linear search" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy