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": "Easy",
|
||||
"likes": 680,
|
||||
"dislikes": 50,
|
||||
"likes": 695,
|
||||
"dislikes": 51,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"leEeetcode\"\n\"abBAcC\"\n\"s\"",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"46.9K\", \"totalSubmission\": \"83.2K\", \"totalAcceptedRaw\": 46891, \"totalSubmissionRaw\": 83193, \"acRate\": \"56.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"47.9K\", \"totalSubmission\": \"84.8K\", \"totalAcceptedRaw\": 47862, \"totalSubmissionRaw\": 84828, \"acRate\": \"56.4%\"}",
|
||||
"hints": [
|
||||
"The order you choose 2 characters to remove doesn't matter.",
|
||||
"Keep applying the mentioned step to s till the length of the string is not changed."
|
||||
|
Reference in New Issue
Block a user