116k views
1 vote
The Binary Search algorithm works by testing a mid-point, then eliminating half of the list.

a. True
b. False

1 Answer

4 votes

Answer:

a. True

Step-by-step explanation:

The Binary Search algorithm works by testing a mid-point, then eliminating half of the list.

User Searock
by
5.0k points