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:
parent
468264f13b
commit
c5ce063236
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue