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: 733

Filed under:
|
|
|

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

Related posts about java

Related posts about anagram