1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."