Amazon Interview Question

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

Interview Answer

Anonymous

Sep 23, 2014

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