Talk:Binary search: Difference between revisions

From Rosetta Code
Content added Content deleted
(second look, PHP is incorrect)
Line 7: Line 7:
It seems to me that PHP version implements the guessing game, not binary search.
It seems to me that PHP version implements the guessing game, not binary search.
I am not sure about all the other languages. --[[User:PauliKL|PauliKL]] 10:11, 3 November 2008 (UTC)
I am not sure about all the other languages. --[[User:PauliKL|PauliKL]] 10:11, 3 November 2008 (UTC)
:Looks good to me, he just named a variable "guess". --[[User:IanOsgood|IanOsgood]] 11:50, 3 November 2008 (UTC)
:Marked incorrect. Needs to search an array, not guess a number. --[[User:IanOsgood|IanOsgood]] 12:46, 3 November 2008 (UTC)

Revision as of 12:46, 3 November 2008

Haha! Looks like we created the same task around the same time. --Short Circuit 23:46, 7 November 2007 (MST)

I guess we did. Sorry for the mess I made initially...it was the first time I made a new page for a task. --mwn3d 29:21, 8 November 2007 (EST)
Nah...You did a great job. Most of the changes I made were enhancements to the normal system, anyway. --Short Circuit 08:46, 8 November 2007 (MST)


Binary search or Guessing game

It seems to me that PHP version implements the guessing game, not binary search. I am not sure about all the other languages. --PauliKL 10:11, 3 November 2008 (UTC)

Marked incorrect. Needs to search an array, not guess a number. --IanOsgood 12:46, 3 November 2008 (UTC)