6.1k views
5 votes
True/False: A binary search looks for a desired item by comparing the search item to each data item in order, from first to last, until a match is found. Group of answer choices True

2 Answers

3 votes
The answer to the question is true
User Treefrog
by
3.5k points
4 votes

Answer: False

Explanation: a binary search divides the list into halves that could contain the item until it narrows down only to one item.

User Tahamv
by
3.6k points