jburkardt

ANAGRAM\ Generate Anagrams {#anagram-generate-anagrams align=”center”} =================


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

Usage: {#usage align=”center”}

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: {#usage-examples align=”center”}

Languages: {#languages align=”center”}

ANAGRAM is available in a C++ version.

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: {#author align=”center”}

James Cherry.

Source Code: {#source-code align=”center”}

Examples and Tests: {#examples-and-tests align=”center”}

List of Routines: {#list-of-routines align=”center”}

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


Last revised on 24 August 2009.