mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 2080,
|
||||
"dislikes": 39,
|
||||
"likes": 2156,
|
||||
"dislikes": 41,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Longest Common Subsequence\", \"titleSlug\": \"longest-common-subsequence\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"abac\"\n\"cab\"\n\"aaaaaaaa\"\n\"aaaaaaaa\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"42.6K\", \"totalSubmission\": \"76.4K\", \"totalAcceptedRaw\": 42602, \"totalSubmissionRaw\": 76391, \"acRate\": \"55.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"44.2K\", \"totalSubmission\": \"79K\", \"totalAcceptedRaw\": 44237, \"totalSubmissionRaw\": 79045, \"acRate\": \"56.0%\"}",
|
||||
"hints": [
|
||||
"We can find the length of the longest common subsequence between str1[i:] and str2[j:] (for all (i, j)) by using dynamic programming. We can use this information to recover the longest common supersequence."
|
||||
],
|
||||
|
Reference in New Issue
Block a user