Project#
The Boggler project uses a recursive depth-first search to find words in a Boggle board. This part of the project is similar to our earlier Flooding the Cave project, but a little more complex in the information it maintains during the search. In addition, this project introduces binary search, which it uses to search a word list at each possible move.