Finding anagaram(s) of dictionary words
Posted
by Codenotguru
on Stack Overflow
See other posts from Stack Overflow
or by Codenotguru
Published on 2010-04-13T09:22:58Z
Indexed on
2010/04/13
16:33 UTC
Read the original article
Hit count: 755
How can I take an input word (or sequence of letters) and output a word from a dictionary that contains exactly those letters?
Does java has an English dictionary class (list of words) that I can use, or are there open source implementations of this?
How can I optimize my code if this needs to be done repeatedly?
© Stack Overflow or respective owner