Computer Science, asked by prajktadhole1996, 20 days ago

what is the limitations of dinary search​

Answers

Answered by kingslint
0

Answer:

The major limitation of binary search is that there is a need for the sorted array to perform the binary search operation. If the array is not sorted the output is either not correct or maybe after a long number of steps and according to the data structure, the output should come in a minimum number of steps.

Explanation:

Similar questions