Latest Google Aptitude Question SOLUTION: If there is a N sorted array then what is time complexity of finding 2 numbers with sum less than 1000. A) O(1) B) O(n^2) C) O(n) D) O(logn)