mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"18K\", \"totalSubmission\": \"31.9K\", \"totalAcceptedRaw\": 18032, \"totalSubmissionRaw\": 31854, \"acRate\": \"56.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18.1K\", \"totalSubmission\": \"32K\", \"totalAcceptedRaw\": 18099, \"totalSubmissionRaw\": 31953, \"acRate\": \"56.6%\"}",
|
||||
"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