Q:4. Which of the following is true for binary
search algorithm :-
Answers
Answered by
2
Answer:
question is incomplete
Answered by
0
Fact about binary search algorithm:
The fact about A binary search is that it is a progressive type of search algorithm that finds and makes data from an organized list of items.
It mainly works by separating the array into half on every repetition under the mandatory element is found.
The binary search algorithm cannot be applied to organized linked lists, organized binary trees, organized linear arrays, pointer arrays.
Similar questions