Y
Hacker News
new
|
ask
|
show
|
jobs
by
mnbvcxza
4546 days ago
Could you code a solution for the Boggle problem in 45 minutes?
1 comments
mike_mg
4544 days ago
Given 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!
link