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? Using a linear search, what is the maximum number of names we might have to check? Using a binary search, what is the minimum number of names
OR
OR