Searching a number in an array in least time
Posted
by Nadeem
on Stack Overflow
See other posts from Stack Overflow
or by Nadeem
Published on 2010-04-23T09:51:30Z
Indexed on
2010/04/23
9:53 UTC
Read the original article
Hit count: 205
Filed under:
c
The elements of the array are arranged in non-decreasing order. I need to search the array for a given element in the least possible time.
© Stack Overflow or respective owner