You are given a sorted list of book titles and are asked to locate a title within the data and report on the author. What would be the most appropriate algorithm to use?

a. merge sort
b. linear search
c. binary search
d. bubble sort

1 answer

c. binary search