Binary search algorithm cannot be applied to:
Binary search algorithm cannot be applied to:
Explanation
We cannot apply binary search algorithm to a sorted linked list, since there is no way of indexing the middle element in the list.
We cannot apply binary search algorithm to a sorted linked list, since there is no way of indexing the middle element in the list.