The Linux Foundation Projects
Skip to main content

Linear Search

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.