Help for this page

Select Code to Download


  1. or download this
    sub lcss2 {
        my ($s, $t) = @_; 
    ...
    #    warn Dumper \@L;
        return join '*', @ret;
    }
    
  2. or download this
    my $s1 = '6'x 200 . 'zyzxx';
    my $s2 = '5'x 200 . 'abczyzefg';
    ...
        'String::LCSS' => sub { String::LCSS::lcss( $s1, $s2 ) },
        'dynprog' => sub { lcss2( $s1, $s2 )},
    });