Skip to content

Commit eaeec76

Browse files
iamAntimPalAntim-IWPIamShiwangi
committed
Update readme.md
Co-Authored-By: Antim-IWP <203163676+Antim-IWP@users.noreply.github.com> Co-Authored-By: Shiwangi Srivastava <174641070+IamShiwangi@users.noreply.github.com>
1 parent ae0d605 commit eaeec76

File tree

1 file changed

+8
-9
lines changed
  • Solution/1143. Longest Common Subsequence

1 file changed

+8
-9
lines changed

Solution/1143. Longest Common Subsequence/readme.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
---
91

102
<!-- problem:start -->
113

124
# [1143. Longest Common Subsequence](https://leetcode.com/problems/longest-common-subsequence)
135

14-
[中文文档](/solution/1100-1199/1143.Longest%20Common%20Subsequence/README.md)
6+
---
7+
- **comments**: true
8+
- **difficulty**: Medium
9+
- **tags**:
10+
- String
11+
- Dynamic Programming
12+
---
13+
1514

1615
## Description
1716

0 commit comments

Comments
 (0)