Y
Hacker News
new
|
ask
|
show
|
jobs
by
colig
3930 days ago
I was just looking into this today and I found GADDAG: (
http://ericsink.com/downloads/faster-scrabble-gordon.pdf
), which claims to be faster than DAWG.
1 comments
Kutta
3929 days ago
Not faster, just able to search prefixes and suffixes of a string, while plain DAWG can only do suffixes efficiently.
link