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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 4450,
|
||||
"dislikes": 170,
|
||||
"likes": 4556,
|
||||
"dislikes": 175,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Rearrange String k Distance Apart\", \"titleSlug\": \"rearrange-string-k-distance-apart\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Task Scheduler\", \"titleSlug\": \"task-scheduler\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Longest Happy String\", \"titleSlug\": \"longest-happy-string\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"aab\"\n\"aaab\"",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"202.3K\", \"totalSubmission\": \"389.7K\", \"totalAcceptedRaw\": 202316, \"totalSubmissionRaw\": 389731, \"acRate\": \"51.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"207.1K\", \"totalSubmission\": \"398.1K\", \"totalAcceptedRaw\": 207136, \"totalSubmissionRaw\": 398122, \"acRate\": \"52.0%\"}",
|
||||
"hints": [
|
||||
"Alternate placing the most common letters."
|
||||
],
|
||||
|
Reference in New Issue
Block a user