mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 207,
|
||||
"likes": 217,
|
||||
"dislikes": 10,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"18.1K\", \"totalSubmission\": \"32K\", \"totalAcceptedRaw\": 18099, \"totalSubmissionRaw\": 31953, \"acRate\": \"56.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18.7K\", \"totalSubmission\": \"33K\", \"totalAcceptedRaw\": 18738, \"totalSubmissionRaw\": 32963, \"acRate\": \"56.8%\"}",
|
||||
"hints": [
|
||||
"What's the optimal way to delete characters if three or more consecutive characters are equal?",
|
||||
"If three or more consecutive characters are equal, keep two of them and delete the rest."
|
||||
|
Reference in New Issue
Block a user