in reply to Re: Is it possible to find the number of matching and non-matching positions in strings using perl code?
in thread Is it possible to find the number of matching and non-matching positions in strings using perl code?
Nice explanation++.
One minor change: s/binary operations are faster than looping over all characters/looping over the characters in C is faster than looping over the characters in Perl/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is it possible to find the number of matching and non-matching positions in strings using perl code?
by Jenda (Abbot) on May 11, 2012 at 08:38 UTC | |
by moritz (Cardinal) on May 11, 2012 at 09:15 UTC | |
by BrowserUk (Patriarch) on May 11, 2012 at 09:12 UTC | |
by Jenda (Abbot) on May 11, 2012 at 17:13 UTC | |
by BrowserUk (Patriarch) on May 11, 2012 at 17:25 UTC |