Longest common substring: Difference between revisions

Content added Content deleted
(More readable)
(Show output)
Line 1,559: Line 1,559:
{{out}}
{{out}}
<pre>
<pre>
lcs thisisatest testing123testing = test
test
lcs testing sting = sting
lcs thisisatest_stinger testing123testingthing = sting
lcs thisisatest_stinger thisis = thisis
lcs testing123testingthing thisis = thi
lcs thisisatest thisisatest = thisisatest
</pre>
</pre>