http://www.glassdoor.com/Interview/Given-an-array-of-sorted-num
Given an array of sorted numbers, a number to search for and a condition
such as GreaterThanEquals,
LessThan etc, return the match if present and the index. The array cannot be
search using binary search and
have to use least amount of memory as possible
没看明白
知道的给解释一下
谢谢