Talk:Bulls and cows: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: ==Scoring== The scoring algorithm gets more interesting if duplicate digits are permitted... —~~~~)
 
Line 1: Line 1:
==Scoring==
==Scoring==
The scoring algorithm gets more interesting if duplicate digits are permitted... —[[User:Dkf|Dkf]] 09:54, 20 May 2009 (UTC)
The scoring algorithm gets more interesting if duplicate digits are permitted... —[[User:Dkf|Dkf]] 09:54, 20 May 2009 (UTC)
:You might try first checking for Bulls, and 'crossing-out' any found, then checking for cows in the remainder? (But the increased complexity in interpreting the score might make the game worse to play). --[[User:Paddy3118|Paddy3118]] 20:09, 20 May 2009 (UTC)

Revision as of 20:09, 20 May 2009

Scoring

The scoring algorithm gets more interesting if duplicate digits are permitted... —Dkf 09:54, 20 May 2009 (UTC)

You might try first checking for Bulls, and 'crossing-out' any found, then checking for cows in the remainder? (But the increased complexity in interpreting the score might make the game worse to play). --Paddy3118 20:09, 20 May 2009 (UTC)