this is basically a brute force wordfinder for the game Boggle...it only finds words with up to 6 characters(to keep the runtime down)...a complete search takes 1 minute and 15 seconds on my 533MHz celeron...you can add more words to the dictionary file...i commented it pretty well...please comment and vote...thanks!!