A simple boggle solver which uses Trie to store valid words and recursively checks the board.
Primary LanguageJava