Commit Graph
7 Commits
Author SHA1 Message Date
cblanken 9c8e94964c Add multiprocessing for board solving 2022-09-06 15:08:26 -04:00
cblanken 46dd069cfd Track words found in WordTree(s) for easier display 2022-08-31 14:28:30 -04:00
cblanken 31a307e83d Remove old boggler implementation
Update boggler cli to use WordTree implementation
2022-08-31 10:37:02 -04:00
cblanken c0d4df6993 Reformat to match pylint recommendations 2022-08-19 13:07:30 -04:00
cblanken 287476f7b4 Remove hardcoded wordlist and prefix wordlist parameters 2022-01-03 16:28:00 -05:00
cblanken b816054fb3 Check word prefixes to reduce problem space
Produce a prefix wordlist from a dictionary wordlist using the
`filter_prefix.sh` script.
2021-12-28 22:58:18 -05:00
cblanken 10e45a22d2 Add primary boggle solver 2021-12-25 21:26:13 -05:00