1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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": 355,
"likes": 356,
"dislikes": 19,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Rearrange String k Distance Apart\", \"titleSlug\": \"rearrange-string-k-distance-apart\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"12.2K\", \"totalSubmission\": \"24.1K\", \"totalAcceptedRaw\": 12244, \"totalSubmissionRaw\": 24136, \"acRate\": \"50.7%\"}",
"stats": "{\"totalAccepted\": \"12.3K\", \"totalSubmission\": \"24.2K\", \"totalAcceptedRaw\": 12300, \"totalSubmissionRaw\": 24235, \"acRate\": \"50.8%\"}",
"hints": [
"Start constructing the string in descending order of characters.",
"When repeatLimit is reached, pick the next largest character."