docs: add average num guesses per initial guess for all targets

This commit is contained in:
wi11-holdsworth 2025-10-08 15:11:09 +11:00
parent 5bd5fb0a25
commit 5103cb7f0e

View file

@ -1,4 +1,12 @@
# Spec # Spec
## Best first guess
### All different
[C1, D2, E3]: 4.27
[A1, D2, G3]: 4.25
### Same notes
[D1, D2, D3]: 4.80
### Same octaves
[C2, D2, E2]: 4.34
## Tips to improve `nextGuess` ## Tips to improve `nextGuess`
The best results can be had by carefully choosing each guess so that it is most The best results can be had by carefully choosing each guess so that it is most
likely to leave a small remaining list of possible targets. You can do this by likely to leave a small remaining list of possible targets. You can do this by