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": "Easy",
"likes": 2215,
"dislikes": 163,
"likes": 2408,
"dislikes": 176,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Append K Integers With Minimal Sum\", \"titleSlug\": \"append-k-integers-with-minimal-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[2,3,4,7,11]\n5\n[1,2,3,4]\n2",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"151.8K\", \"totalSubmission\": \"274.5K\", \"totalAcceptedRaw\": 151781, \"totalSubmissionRaw\": 274476, \"acRate\": \"55.3%\"}",
"stats": "{\"totalAccepted\": \"160.3K\", \"totalSubmission\": \"289K\", \"totalAcceptedRaw\": 160349, \"totalSubmissionRaw\": 288971, \"acRate\": \"55.5%\"}",
"hints": [
"Keep track of how many positive numbers are missing as you scan the array."
],