On Tue, Jun 2, 2009 at 3:46 PM, Nick Deller<nick@...> wrote:
>
> I'm no programmer, but I suspect that there isn't an efficient algorithm
> for NOT Anagram Match-type searches.
Actually, in this case there is - you just need to generate both lists
and then take the difference.
martin