https://github.com/bouk/boggle-solver
Show all possible words given a boggle board
https://github.com/bouk/boggle-solver
Last synced: over 1 year ago
JSON representation
Show all possible words given a boggle board
- Host: GitHub
- URL: https://github.com/bouk/boggle-solver
- Owner: bouk
- Created: 2012-07-19T19:02:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T03:06:16.000Z (over 11 years ago)
- Last Synced: 2025-01-23T01:11:30.364Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This program automatically solves a boggle or comparable board
It reads a dictionary from a file given as the first argument and a board from the stdin
Example usage:
$ ./boggle_solver /usr/share/dict/words
4
DFAX
KLSU
EIMH
EADC
Outputs:
Found 153 words
ishmael
mislead
ismael
mailas
aisle
alike
amish
chums
eelas
etc.....
To compile just run make