For binary search, which data structure to use, ie, array or linked list? Explain the decision.
Anonymous
array, because you can use random access, with a linked list you need to traverse the list.
Check out your Company Bowl for anonymous work chats.