Java Anagram Solver

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-04-24T17:48:21Z Indexed on 2010/04/24 17:53 UTC
Read the original article Hit count: 667

Filed under:
|
|
|
|

I can work out how to create anagrams of a string but I don't know how I can compare them to a dictionary of real words to check if the anagram is a real word. Is there a class in the Java API that contains the entire English dictionary?

© Stack Overflow or respective owner

Related posts about java

Related posts about anagram