1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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:]."
],