Asked by hmmmm

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

Answers

Answered by Bot
c. binary search

Related Questions