Computer Science, asked by khajask689, 1 year ago

Binary search algorithm cannot be applied to

Answers

Answered by CBSEMP
4
This increases the traversal steps per element in linked list just to find the middle element. This makes it slow and inefficient. Whereas the binary search on an array is fast and efficient because of its ability to access any element in the array in constant time
Answered by puja77
3
hey friend it cannot be applied to sorted linked list
hope this helps u
Similar questions