This c++ app builds a given boggle board and finds all the words on the boggle board based upon a given dictionary file. The way I did this is simply by taking all the combinations of all of the letters on the boggle board
and compared them against a dictionary file. In this implementation you will notice that it does not find “every” word because there are missing words from the “dictionary.txt” file I downloaded from the Internet
C++ Boggle Board
On October - 6 - 2009
Add A Comment
You must be logged in to post a comment.