RosettaCodeData/Task/Longest-common-subsequence/J/longest-common-subsequence-5.j
2023-07-01 13:44:08 -04:00

5 lines
82 B
Text

'1234' lcs '1224533324'
1234
'thisisatest' lcs 'testing123testing'
tsitest