From d226fb480c48cff8fe2db76875b7af8dc40b6925 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 22 Feb 2017 13:06:33 -0500 Subject: [PATCH] Add links to puzzles --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 49e8606..8756945 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,20 @@ best part. Without parallelism, generating 7-letter puzzles takes about 5 and a half hours, and generates 51912 unique puzzles. +## Results + +The list of all valid puzzles is here: +https://storage.googleapis.com/spelling-bee/ls-7.txt + +Each puzzle is named after the letters in the puzzle, where the first letter in +the name is the required letter. For example, answers to the puzzle `eirstad` +must include the letter `e`. + +The answers to that puzzle are at: +https://storage.googleapis.com/spelling-bee/eirstad.txt + +The last line of the file is the total number of points for that puzzle. + ## Findings ### Longest answers