mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1846,
|
||||
"likes": 1852,
|
||||
"dislikes": 62,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Edit Distance\", \"titleSlug\": \"edit-distance\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Longest Increasing Subsequence\", \"titleSlug\": \"longest-increasing-subsequence\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Delete Operation for Two Strings\", \"titleSlug\": \"delete-operation-for-two-strings\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"60.5K\", \"totalSubmission\": \"98.5K\", \"totalAcceptedRaw\": 60467, \"totalSubmissionRaw\": 98482, \"acRate\": \"61.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"60.6K\", \"totalSubmission\": \"98.6K\", \"totalAcceptedRaw\": 60557, \"totalSubmissionRaw\": 98609, \"acRate\": \"61.4%\"}",
|
||||
"hints": [
|
||||
"Let dp(i, j) be the answer for inputs s1[i:] and s2[j:]."
|
||||
],
|
||||
|
Reference in New Issue
Block a user