mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 276,
|
||||
"dislikes": 13,
|
||||
"likes": 293,
|
||||
"dislikes": 14,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Operations to Halve Array Sum\", \"titleSlug\": \"minimum-operations-to-halve-array-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[5,4,9]\n2\n[4,3,6,7]\n3",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"17.4K\", \"totalSubmission\": \"30.9K\", \"totalAcceptedRaw\": 17366, \"totalSubmissionRaw\": 30922, \"acRate\": \"56.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18K\", \"totalSubmission\": \"31.8K\", \"totalAcceptedRaw\": 17968, \"totalSubmissionRaw\": 31773, \"acRate\": \"56.6%\"}",
|
||||
"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.",
|
||||
|
Reference in New Issue
Block a user