https://github.com/bdrupieski/bogglesolver
3D Boggle solver in C#
https://github.com/bdrupieski/bogglesolver
boggle-solver c-sharp trie
Last synced: 11 months ago
JSON representation
3D Boggle solver in C#
- Host: GitHub
- URL: https://github.com/bdrupieski/bogglesolver
- Owner: bdrupieski
- Created: 2014-01-12T18:34:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T01:08:32.000Z (over 11 years ago)
- Last Synced: 2025-07-19T18:21:48.001Z (11 months ago)
- Topics: boggle-solver, c-sharp, trie
- Language: C#
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A solver for the game Boggle. It can handle boards up to 3 dimensions.
'q' and 'u' are treated as separate characters in this solver unlike the real game. It also can't handle words with snowmen (U+2603) in them since this character is used internally by the Trie implementation to determine if a particular path is a word or not.
It uses the 12dicts 2of4brif word list of ~60,000 words obtained from http://wordlist.sourceforge.net/