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": 1971,
|
||||
"dislikes": 4111,
|
||||
"likes": 2033,
|
||||
"dislikes": 4163,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Count and Say\", \"titleSlug\": \"count-and-say\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Encode and Decode Strings\", \"titleSlug\": \"encode-and-decode-strings\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Design Compressed String Iterator\", \"titleSlug\": \"design-compressed-string-iterator\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Decompress Run-Length Encoded List\", \"titleSlug\": \"decompress-run-length-encoded-list\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"a\",\"a\",\"b\",\"b\",\"c\",\"c\",\"c\"]\n[\"a\"]\n[\"a\",\"b\",\"b\",\"b\",\"b\",\"b\",\"b\",\"b\",\"b\",\"b\",\"b\",\"b\",\"b\"]",
|
||||
@@ -131,7 +131,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"239.7K\", \"totalSubmission\": \"506.3K\", \"totalAcceptedRaw\": 239664, \"totalSubmissionRaw\": 506336, \"acRate\": \"47.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"244.3K\", \"totalSubmission\": \"514.7K\", \"totalAcceptedRaw\": 244335, \"totalSubmissionRaw\": 514707, \"acRate\": \"47.5%\"}",
|
||||
"hints": [
|
||||
"How do you know if you are at the end of a consecutive group of characters?"
|
||||
],
|
||||
|
Reference in New Issue
Block a user