Talk:Binary search: Difference between revisions

Content added Content deleted
(omg)
m (→‎Python: sign entry on behalf of user)
Line 22: Line 22:
why not high=mid-1
why not high=mid-1
and low=mid+1
and low=mid+1
?
? --~~~~
</pre>
</pre>
--[[User:Walterpachl|Walterpachl]] 12:00, 3 December 2013


== Recursive binary search in C ==
== Recursive binary search in C ==