Skip to content

bouk/boggle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Show all possible words given a boggle board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages