Skip to content

Commit f19b7e8

Browse files
authored
Update README.md
1 parent 065f41a commit f19b7e8

File tree

1 file changed

+7
-0
lines changed
  • Dynamic Programming/Longest Common Subsequence

1 file changed

+7
-0
lines changed

Dynamic Programming/Longest Common Subsequence/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,11 @@ Length of the LCS: 4
2828
- Time Complexity: `O(len_of_string1*len_of_string2)`
2929
- Space Complexity:`O(len_of_the_lcs)`
3030

31+
## 💻 Input and Output
32+
- **Test Case 1 :**
3133

34+
![](https://github.com/manthan0227/PyAlgo-Tree/blob/main/Dynamic%20Programming/Longest%20Common%20Subsequence/Images/TEST_1.png)
35+
36+
- **Test Case 2 :**
37+
38+
![](https://github.com/manthan0227/PyAlgo-Tree/blob/main/Dynamic%20Programming/Longest%20Common%20Subsequence/Images/TEST_2.png)

0 commit comments

Comments
 (0)