1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 297,
"dislikes": 219,
"likes": 322,
"dislikes": 222,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Remove K Digits\", \"titleSlug\": \"remove-k-digits\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find All Numbers Disappeared in an Array\", \"titleSlug\": \"find-all-numbers-disappeared-in-an-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Kth Missing Positive Number\", \"titleSlug\": \"kth-missing-positive-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,4,25,10,25]\n2\n[5,6]\n6",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"14.6K\", \"totalSubmission\": \"64K\", \"totalAcceptedRaw\": 14625, \"totalSubmissionRaw\": 64041, \"acRate\": \"22.8%\"}",
"stats": "{\"totalAccepted\": \"15.5K\", \"totalSubmission\": \"67.7K\", \"totalAcceptedRaw\": 15500, \"totalSubmissionRaw\": 67742, \"acRate\": \"22.9%\"}",
"hints": [
"The k smallest numbers that do not appear in nums will result in the minimum sum.",
"Recall that the sum of the first n positive numbers is equal to n * (n+1) / 2.",