mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-23 05:48:57 +08:00
update
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"6.4K\", \"totalSubmission\": \"10.6K\", \"totalAcceptedRaw\": 6371, \"totalSubmissionRaw\": 10557, \"acRate\": \"60.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.4K\", \"totalSubmission\": \"10.6K\", \"totalAcceptedRaw\": 6403, \"totalSubmissionRaw\": 10608, \"acRate\": \"60.4%\"}",
|
||||
"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