Talk:Binary search: Difference between revisions

→‎Pascal: oops. I meant to say Python
(→‎Pascal: new section)
(→‎Pascal: oops. I meant to say Python)
Line 11:
::: It is correct, even though the variable names (guess, secret...) are a little bit confusing; but in this regard, the fact that the task talks about the guessing game is confusing too (not too much anyway, but the task could be the same also without citing the game as analogy). --[[User:ShinTakezou|ShinTakezou]] 11:32, 17 May 2009 (UTC)
 
== PascalPython ==
 
<pre>
if l[mid] > value:
2,295

edits