RosettaCodeData/Task/Longest-common-subsequence/Mathematica/longest-common-subsequence-1.math

4 lines
72 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a = "thisisatest";
b = "testing123testing";
LongestCommonSequence[a, b]