Binary search algorithm cannot be applied to
Answers
Answered by
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
3
hey friend it cannot be applied to sorted linked list
hope this helps u
hope this helps u
Similar questions