Algorithms

What does Binary search refer to?

Correct answer

A. A search algorithm that repeatedly divides a sorted array in half to locate a target value.

Explanation

Binary search refers to a search algorithm that repeatedly divides a sorted array in half to locate a target value.