Commit Graph
57 Commits
Author SHA1 Message Date
cblanken 287476f7b4 Remove hardcoded wordlist and prefix wordlist parameters 2022-01-03 16:28:00 -05:00
cblanken 565b36fd9e Add script to split wordlist by alpha character 2022-01-03 16:26:58 -05:00
cblanken 51afca81fb Add scrabble 2019 wordlists and move dwyl wordlist 2022-01-03 16:25:35 -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
cblanken 920769d9e4 Add test Boggle boards 2021-12-25 21:25:18 -05:00
cblanken 9b8616770e Add dwyl English wordlist
From https://github.com/dwyl/english-words/blob/master/words_alpha.txt
Wordlist split into multipel file by starting character.
2021-12-25 21:22:53 -05:00