You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/cpp/dp_intermediate.md
+73-1Lines changed: 73 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ There are two uses for dynamic programming:
16
16
17
17
## 💢 Problem: Longest Common Subsequences
18
18
19
-
LCS Problem Statement: Given two sequences, find the length of longest subsequence present in both of them.
19
+
**Problem Statement**: Given two sequences, find the length of longest subsequence present in both of them.
20
20
21
21
* A subsequence is a sequence that appears in the same relative order, but not necessarily contiguous. For example, “abc”, “abg”, “bdf”, “aeg”, ‘”acefg”, .. etc are subsequences of “abcdefg”.
0 commit comments