Amazon interview question

Search a element in a matrix using log(n) time.

Interview Answer

Anonymous

23 Sept 2014

Since it asks for log(n) I would suspect it to be some sort of binary search