4 lines
72 B
Text
4 lines
72 B
Text
|
|
a = "thisisatest";
|
||
|
|
b = "testing123testing";
|
||
|
|
LongestCommonSequence[a, b]
|