We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e410ff3 + 64989ff commit 34dba19Copy full SHA for 34dba19
problems/1143.最长公共子序列.md
@@ -8,6 +8,8 @@
8
9
## 1143.最长公共子序列
10
11
+题目链接: https://leetcode-cn.com/problems/longest-common-subsequence/
12
+
13
给定两个字符串 text1 和 text2,返回这两个字符串的最长公共子序列的长度。
14
15
一个字符串的 子序列 是指这样一个新的字符串:它是由原字符串在不改变字符的相对顺序的情况下删除某些字符(也可以不删除任何字符)后组成的新字符串。
0 commit comments