90.0k views
0 votes
Imagine you have a data set with 9,987 names. The data set is sorted alphabetically. You want to find out if the name "David Joyner" is in the data set. Using a linear search, what is the minimum number of names we might have to check?

User Ali Adravi
by
3.9k points

1 Answer

4 votes

Answer:

1

Explanation:

David Joyner might be the first name, so you may only have to check 1 name.

User Mils
by
3.9k points