Leaked benchmarks suggest Intel could power Samsung’s Galaxy Tab 3 10.1
-
Intel could get its largest mobile design win yet: Two different benchmark
sites indicate that at the very least, Samsung is testing an Intel Atom
chip ins...
4 minutes ago
dichotomize: if current range is [m M], find if mid=(m+M)/2 is on the increasing side or decreasing side.
ReplyDeleteTo that effect, lookup the elements following 'mid' position and see if they are increasing or decreasing.
If increasing, m = mid. Otherwise M = mid.
-> log(N), without any real worse case actually.