If the length of the array s not known,v could not apply the binary
search to search for an element. i think following code will produce
better solution.

i = 0;
for(i = 0;A[i] < p&& A[i] !=NULL;i = (i+1)^2);
j = i;
i = sqrt(i)-1;
applybinarysearch(i,j);

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to