- or download this
3,0.001355
4,0.002366
...
125,2.254988
150,3.269179
200,5.831225
- or download this
my $subStrSize = 128;
my $filterSize = 256;
...
? printf OUT "%10s::%-10s Length[%4d] Starts(%4d %4d)\n",
$strings[$localBest[0]][0], $strings[$localBest[1]][0], $loc
+alBest[4], $localBest[2], $localBest[3]
: print OUT " Didn't find LCS for $sourceName and $targetName\n
+";
- or download this
@localBest
? printf OUT "%10s::%-10s Length[%4d] Starts(%4d %4d)\n",
$strings[$localBest[0]][0], $strings[$localBest[1]][0], $loc
+alBest[4], $localBest[2], $localBest[3]
: print OUT " Didn't find LCS for $sourceName and $targetName\n
+";