Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

what is linear search

A linear search is the simplest method of searching a data set. Starting at the beginning of the data set, each item of data is examined until a match is made. Once the item is found, the search ends.
Source by teamtreehouse.com #
 
PREVIOUS NEXT
Tagged: #linear #search
ADD COMMENT
Topic
Name
5+7 =