Anagrams: Difference between revisions

Line 6,381:
anagram = Hash.new {|hash, key| hash[key] = []} # map sorted chars to anagrams
 
uriopen('http://wiki.puzzlers.org/pub/wordlists/unixdict.txt') do |f|
words = f.read.split
for word in words
Anonymous user