Skip to content

Commit 76468ea

Browse files
committed
update
1 parent fd88c37 commit 76468ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

✅ Pattern 15: 0-1 Knapsack (Dynamic Programming).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3256,7 +3256,7 @@ We can clearly see that this problem follows the <b>[Fibonacci number pattern](#
32563256
# Pattern 4: Palindromic Subsequence
32573257
## Longest Palindromic Subsequence
32583258
https://leetcode.com/problems/longest-palindromic-subsequence/
3259-
> Given a sequence, find the length of its <b>Longest Palindromic Subsequence (LPS)<b>. In a <b>palindromic subsequence</b>, <i>elements read the same backward and forward</i>.
3259+
> Given a sequence, find the length of its <b>Longest Palindromic Subsequence (LPS)</b>. In a <b>palindromic subsequence</b>, <i>elements read the same backward and forward</i>.
32603260
32613261
A <b>subsequence</b> is a <i>sequence</i> that can be derived from another <i>sequence</i> by <i>deleting some or no elements without changing the order of the remaining elements</i>.
32623262

0 commit comments

Comments
 (0)