Google interview question

Implementing binary search over a sorted list

Interview Answers

Anonymous

Nov 20, 2017

I implemented the binary search

Anonymous

Jun 28, 2018

Are you reading it correctly? It says over sorted list.... It is worth to cross-question, if it is linked-list or sequence/array.