RosettaCodeData/Task/Anagrams/00DESCRIPTION

13 lines
392 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
When two or more words are composed of the same characters, but in a different order, they are called [[wp:Anagram|anagrams]].
{{task heading}}
2019-09-12 10:33:56 -07:00
Using the word list at   http://wiki.puzzlers.org/pub/wordlists/unixdict.txt,
2016-12-05 22:15:40 +01:00
<br>find the sets of words that share the same characters that contain the most words in them.
{{task heading|Related tasks}}
{{Related tasks/Word plays}}
<hr>