8 ms·
Could you code a solution for the Boggle problem in 45 minutes?
by mnbvcxza 13y ago
Could you code a solution for the Boggle problem in 45 minutes?
- mike_mg 13y agoGiven function that checks if given string is a word accepted by the game or a sorted good words list, I think I would be able to. It's a very similar algorithm to queens problem. I'll try doing this and tell you!