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,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."
|
||||
|
Reference in New Issue
Block a user