Computer Science, asked by hallurakkamma, 8 hours ago

when it is not possible to perform Binary search?​

Answers

Answered by amoshmassey8
0

Answer:

As others have already answered, binary search is possible on linked list data structure but there is no point using it, because at the end it would take same time as normal linear search. Binary search reduces the number of elements to be searched by filtering out almost half the number of elements at each iteration.

Explanation:

Answered by asritha718
2

Explanation:

As others have already answered, binary search is possible on linked list data structure but there is no point using it, because at the end it would take same time as normal linear search. Binary search reduces the number of elements to be searched by filtering out almost half the number of elements at each iteration

hope it helps u

Similar questions