Skip to content

dryairship/meaningful-anagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meaningful-anagrams

This program lists out all the anagrams of the input word that could be broken down into meaningful substrings.
It works by reading through the SOWPODS dictionary to find words that could be substrings of an anagram
of the input word. It then recursively removes meaningful substrings from the input and prints the generated
anagrams.

Compilation

javac GenerateAnagrams.java

Usage

java GenerateAnagrams <input-word>

About

A program to enlist meaning anagrams of an input word.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages