in reply to Re: Comparing two arrays and counting pairwise comparisons
in thread Comparing two arrays and counting pairwise comparisons

I agree that the description is suboptimal but this does not generate all the permutations. Having the second string as all the same char does make it ambiguous.

  • Comment on Re^2: Comparing two arrays and counting pairwise comparisons

Replies are listed 'Best First'.
Re^3: Comparing two arrays and counting pairwise comparisons
by BrowserUk (Patriarch) on Oct 19, 2004 at 01:27 UTC

    Hmmm. Changed your tune I see...


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail
    "Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon