Skip to content

Commit fb42c58

Browse files
committed
fix: fix tag and operator formatting
1 parent abad93f commit fb42c58

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/sequences/longest-common-subsequence.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
---
2+
tags:
3+
- Original
4+
---
5+
16
# Longest Common Subsequence
27

3-
Given two strings with of length $a$ and $b$ respectively, where $0 <= a, b <= n$. The task is to find the _length_ of **longest subsequence** which exists in both the strings.
8+
Given two strings with of length $a$ and $b$ respectively, where $0 \leq a, b \leq n$. The task is to find the _length_ of **longest subsequence** which exists in both the strings.
49

510
**Subsequence** of a string is considered collection of characters from that string where some chars are deleted and relative ordering of characters are not changed.
611

0 commit comments

Comments
 (0)