Talk:Bulls and cows/Player: Difference between revisions

Content added Content deleted
(→‎Python ramblings: The algorithm I used, in words.)
 
Line 3: Line 3:


With possible answers being restricted to a selection of four digits from the nine,
With possible answers being restricted to a selection of four digits from the nine,
# I generate the ~3K possible initial choices (and randomly shuffle them).
# I generate the 3024 possible initial choices (and randomly shuffle them).
# Select the first choice as my next answer,
# Select the first choice as my next answer,
# Then get its score.
# Then get its score.