RosettaCodeData/Task/Longest-common-subsequence/Mathematica/longest-common-subsequence-1.math
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

3 lines
72 B
Text

a = "thisisatest";
b = "testing123testing";
LongestCommonSequence[a, b]