diff --git a/notes/Leetcode 题解.md b/notes/Leetcode 题解.md index d1d54d62..fb9d66b3 100644 --- a/notes/Leetcode 题解.md +++ b/notes/Leetcode 题解.md @@ -2002,8 +2002,6 @@ public int wiggleMaxLength(int[] nums) {

-![](https://github.com/CyC2018/InterviewNotes/blob/master/pics//1dc481cc-99f6-4fa8-8f68-fbd563995bf5.png) - 对于长度为 N 的序列 S1 和 长度为 M 的序列 S2,dp[N][M] 就是序列 S1 和序列 S2 的最长公共子序列长度。 与最长递增子序列相比,最长公共子序列有以下不同点: