RosettaCodeData/Task/Anagrams/00-TASK.txt
2026-02-01 16:33:20 -08:00

14 lines
500 B
Text

When two or more words are composed of the same characters, but in a different order, they are called [[wp:Anagram|anagrams]].
;Task
Using the word list at   http://wiki.puzzlers.org/pub/wordlists/unixdict.txt or [https://raw.githubusercontent.com/thundergnat/rc-run/refs/heads/master/rc/resources/unixdict.txt here],
<br>find the sets of words that share the same characters that contain the most words in them.
;Related tasks
{{Related tasks/Word plays}}
{{Template:Strings}}
<br><br>