Computer Science, asked by kingjaison69, 16 hours ago

What is the algorithm for binary search

Answers

Answered by bewomnal
6

Answer:

A binary search is an advanced type of search algorithm that finds and fetches data from a sorted list of items. It works by dividing the array into half on every iteration under the required element is found.

HOPE THIS HELPS!!!

Answered by zara76870
3

A binary search is an advanced type of search algorithm that finds and fetches data from a sorted list of items. It works by dividing the array into half on every iteration under the required element is found.

hope it helps you.

Similar questions