An open API service indexing awesome lists of open source software.

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

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