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?(1 point)

Responses

binary search
binary search

linear search
linear search

merge sort
merge sort

bubble sort

The most appropriate algorithm to use in this scenario would be binary search.