Comment on After 20 years, the globally optimal Boggle boardparentComments−LPisGood1yI think GP mentioned it was on a _single_ boggle board.−danvkOP1yYour best bet in that case is to store the dictionary in a Trie or DAWG structure that can be mmapped directly from disk.
Comments
I think GP mentioned it was on a _single_ boggle board.
Your best bet in that case is to store the dictionary in a Trie or DAWG structure that can be mmapped directly from disk.