Amazon Interview Question

Find the largest number smaller than a certain number in a sorted array

Interview Answer

Anonymous

Oct 31, 2017

Solved using binary search, quite sure it was correct and worked efficiently