InterviewSolution
Saved Bookmarks
| 1. |
Can we use the binary search algorithm for linked lists? Justify your answer. |
|
Answer» No, we cannot use the binary search algorithm for LINKED lists. |
|