mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 17:01:42 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1015,
|
||||
"likes": 1016,
|
||||
"dislikes": 52,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Pascal's Triangle II\", \"titleSlug\": \"pascals-triangle-ii\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Calculate Digit Sum of a String\", \"titleSlug\": \"calculate-digit-sum-of-a-string\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Min Max Game\", \"titleSlug\": \"min-max-game\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"68.4K\", \"totalSubmission\": \"87.3K\", \"totalAcceptedRaw\": 68431, \"totalSubmissionRaw\": 87319, \"acRate\": \"78.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"68.5K\", \"totalSubmission\": \"87.3K\", \"totalAcceptedRaw\": 68450, \"totalSubmissionRaw\": 87346, \"acRate\": \"78.4%\"}",
|
||||
"hints": [
|
||||
"Try simulating the entire process.",
|
||||
"To reduce space, use a temporary array to update nums in every step instead of creating a new array at each step."
|
||||
|
Reference in New Issue
Block a user