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.
1 parent ae0d605 commit eaeec76Copy full SHA for eaeec76
Solution/1143. Longest Common Subsequence/readme.md
@@ -1,17 +1,16 @@
1
----
2
-comments: true
3
-difficulty: Medium
4
-edit_url: https://github.com/doocs/leetcode/edit/main/solution/1100-1199/1143.Longest%20Common%20Subsequence/README_EN.md
5
-tags:
6
- - String
7
- - Dynamic Programming
8
9
10
<!-- problem:start -->
11
12
# [1143. Longest Common Subsequence](https://leetcode.com/problems/longest-common-subsequence)
13
14
-[中文文档](/solution/1100-1199/1143.Longest%20Common%20Subsequence/README.md)
+---
+- **comments**: true
+- **difficulty**: Medium
+- **tags**:
+ - String
+ - Dynamic Programming
+
15
16
## Description
17
0 commit comments