mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1064,
|
||||
"likes": 1070,
|
||||
"dislikes": 175,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Reorganize String\", \"titleSlug\": \"reorganize-string\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"40.4K\", \"totalSubmission\": \"71.5K\", \"totalAcceptedRaw\": 40355, \"totalSubmissionRaw\": 71550, \"acRate\": \"56.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"40.5K\", \"totalSubmission\": \"71.9K\", \"totalAcceptedRaw\": 40550, \"totalSubmissionRaw\": 71864, \"acRate\": \"56.4%\"}",
|
||||
"hints": [
|
||||
"Use a greedy approach.",
|
||||
"Use the letter with the maximum current limit that can be added without breaking the condition."
|
||||
|
Reference in New Issue
Block a user