etcadinfinitum / GameLab

Android application with a few simple games
0 stars 1 forks source link

Fix recursive strategy for Boggle hints #5

Closed etcadinfinitum closed 5 years ago

etcadinfinitum commented 6 years ago

As of right now, the board isn't fully searched with all paths, and many of the searches would be futile (ie searches that begin with "enxz" should not continue further, and should terminate immediately). Furthermore, the method currently returns a boolean, whereas the full string could be returned directly instead of intermediate processing... need to ask for help on this one.