This program creates an exhaustive list of anagrams for the input phrase. It prints the results as a tree. Each path from the root to a leaf is an anagram of the original phrase. Three dictionaries ...
Python based command line program to find all anagrams of a given English word from a pre-defined database of English words.