请教一道题# JobHunting - 待字闺中
b*u
1 楼
http://www.careercup.com/question?id=2152665
find out all the elements in a sorted integer array whose value is equal to
index of the array.
这个题可能有O(logn)的解吗 咋觉得不可能呢
比如A={-1 0 2 2 3 4} 不遍历整个A怎么可能知道A[2]=2 ?
find out all the elements in a sorted integer array whose value is equal to
index of the array.
这个题可能有O(logn)的解吗 咋觉得不可能呢
比如A={-1 0 2 2 3 4} 不遍历整个A怎么可能知道A[2]=2 ?