ANAGRAM
Generate Anagrams


ANAGRAM is a C++ program which takes a string of letters and tries to produce as many anagrams as possible, by James Cherry.

Usage:

anagram letters [numbers] [suggested words]
where

If no command line arguments are specified, you are prompted for the arguments; after the program has found all anagrams, it returns you to the prompt.

Usage Examples:

Languages:

ANAGRAM is available in a C++ version.

Related Data and Programs:

PUZZLES, FORTRAN90 programs which were used to solve various puzzles.

SUBANAGRAM, a FORTRAN90 program which finds words which are anagrams formed from some of the letters of a given master word.

WORDS, a dataset directory which contains lists of words;

WORDSNAKE, a FORTRAN90 program which rearranges a list of words so that they have maximum overlap;

Author:

James Cherry.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the C++ source codes.


Last revised on 24 August 2009.