InterviewSolution
Saved Bookmarks
| 1. |
Let s be a sorted array of n integers. Let t(n) denote the time taken for the most efficient algorithm to determined if there are two elements with sum less than 1000 in s. which of the following statements is true? (GATE CS 2000)a) t (n) is 0 (1)b) n < t (n) < nc) n log 2 n < t (n) < d) t (n) = (A) a(B) b(C) c(D) d |
| Answer» | |