RosettaCodeData/Task/Longest-common-subsequence/Mathematica/longest-common-subsequence-1.math
2023-07-01 13:44:08 -04:00

3 lines
72 B
Text

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