1
0
Fork 0
mirror of https://github.com/imjasonh/spelling-bee synced 2026-07-18 14:35:32 +00:00

Describe other puzzles

This commit is contained in:
Jason Hall 2017-02-24 16:30:43 -05:00
parent 468264f13b
commit c5ce063236

View file

@ -214,3 +214,17 @@ aceiloz
Puzzles that have only 10 answers worth more than 12 points must include
multiple three-point answers.
### Other puzzle variants
Nothing requires the puzzle to have 7 available letters. If we only provide 6
letters, we get fewer valid puzzles, but it takes less time to compute them.
# letters | time | # puzzles
--------------------------------------------------------------------------------
3 | 20s | 0 4 | 2m20s | 189 5 | 10m29s | 6139 6 | 40m39s | 29105 7 | 180m41s |
51912
Times are using `-parallel=100` on a 12-core machine.