1
0
Fork 0
mirror of https://github.com/imjasonh/spelling-bee synced 2026-07-18 06:26:22 +00:00
This commit is contained in:
Jason Hall 2017-03-01 16:45:41 -05:00 committed by GitHub
parent 9a957e7286
commit 5f78d51724

View file

@ -221,7 +221,7 @@ 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 |