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": 274,
"likes": 276,
"dislikes": 13,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Minimum Operations to Halve Array Sum\", \"titleSlug\": \"minimum-operations-to-halve-array-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"17.3K\", \"totalSubmission\": \"30.9K\", \"totalAcceptedRaw\": 17332, \"totalSubmissionRaw\": 30871, \"acRate\": \"56.1%\"}",
"stats": "{\"totalAccepted\": \"17.4K\", \"totalSubmission\": \"30.9K\", \"totalAcceptedRaw\": 17366, \"totalSubmissionRaw\": 30922, \"acRate\": \"56.2%\"}",
"hints": [
"Choose the pile with the maximum number of stones each time.",
"Use a data structure that helps you find the mentioned pile each time efficiently.",