From 5103cb7f0e540ce6096cc463c0a95c5e111bb383 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:11:09 +1100 Subject: [PATCH] docs: add average num guesses per initial guess for all targets --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1490f0c..d84db88 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ # 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` 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