Hunting 45 in 3, 37, 45, 57, 93 and 120, how many checks run before it stops?
Answer: ______________
Where does a linear search begin checking?
Linear search still works when the data is jumbled.
Circle one: True False
A name hunt across 30 names misses at every slot. How many checks ran?
Answer: ______________
Hunting 99 in the same six-item list, what comes back?
On a nonempty list, when does the best case strike?
A 600-item list roughly doubles a 300-item list. What happens to worst-case checks?
A friend claims you must sort before a linear search. What is wrong?