Question

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

Answers

Answered by GPT 3.5
The most appropriate algorithm to use in this scenario would be binary search.
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions