RosettaCodeData/Task/Anagrams/Mathematica/anagrams-5.math

3 lines
128 B
Text
Raw Permalink Normal View History

2020-02-17 23:21:07 -08:00
list=Import["http://wiki.puzzlers.org/pub/wordlists/unixdict.txt","Lines"];
2016-12-05 22:15:40 +01:00
MaximalBy[GatherBy[list, Sort@*Characters], Length]