> -----Original Message-----
> From: gotoken / math.sci.hokudai.ac.jp
> [mailto:gotoken / math.sci.hokudai.ac.jp]
> Sent: Tuesday, January 02, 2001 7:54 AM
> To: ruby-talk / netlab.co.jp
> Subject: [ruby-talk:8494] Re: speedup of anagram finder
> 
> 
> In message "[ruby-talk:8493] Re: speedup of anagram finder"
>     on 01/01/02, "Ben Tilly" <ben_tilly / hotmail.com> writes:
> >Well be sure to make the trivial fix in the array version of
> >taking all of the characters which were "0" and making them
> >"1" instead.  (Quite a few "anagrams" weren't.)
> 
> Yes sir.

I was off the list for a couple days; don't you guys ever take a break?? :-)

I am very happy that people are still interested in the anagram problem,
and that David tried out the "frequency" version. I still can not let this
one
go, either. The fact is, I've spent a lot of time the past couple days
thinking about
a new solution, related to the "primes" solution. If I come up with
something 
interesting, I will submit it here. Gotoken, if you really are writing this
up, could you
give me a few more days to develop my adjusted solution?

Barry