Computer Science, asked by swaralimhatre, 6 months ago

Most efficient search algorithm is_____
(a) inserting
(b) Linear
(c) Binary
(d) Deleting

Answers

Answered by madhuchourasia063
0

Answer:

linear

Explanation:

i have give your answer

Answered by senahasharma
3

Answer:

Binary search is a more efficient search algorithm which relies on the elements in the list being sorted. We apply the same search process to progressively smaller sub-lists of the original list, starting with the whole list and approximately halving the search area every time.

Similar questions