anagram


anagram, a C++ code 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:

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

anagram is available in a C++ version.

Related Data and Programs:

anagram_test

puzzles, a Fortran90 code which solves various puzzles.

subanagram, a Fortran90 code 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 code which rearranges a list of words so that they have maximum overlap;

Author:

James Cherry.

Source Code:


Last revised on 27 May 2019.