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

4 lines
72 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
a = "thisisatest";
b = "testing123testing";
LongestCommonSequence[a, b]