what's the introduction to binary search Algorithm?
Answers
Answered by
2
Answer:
Binary search is a more specialized algorithm than sequential search as it takes advantage of data that has been sorted. The underlying idea of binary search is to divide the sorted data into two halves and to examine the data at the point of the split.
Answered by
0
Answer:
?
Explanation:
?
Similar questions