Assume that you want to implement binary search with a linked
list. What would be the performance of this algorithm? Compare and
contrast this algorithm with the implementation of binary search on
traditional sorted array and give a discussion. Your discussion and
analysis must explain what the possibilities, issues and
consequences of such design are, and then explain whether these
issues would exist in the traditional array approach. Your answer
can be around 1-2 paragraph of writing backed-up with algorithmic...