Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    for (@bestRuns) {
        print "Run of " . substr ($str, $_, 1) . " from $_ for $bestRunLen
    +\n";
    }
    
  2. or download this
    Run of r from 766269 for 144