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-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": 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."