mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"22.3K\", \"totalSubmission\": \"48.1K\", \"totalAcceptedRaw\": 22286, \"totalSubmissionRaw\": 48075, \"acRate\": \"46.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.3K\", \"totalSubmission\": \"48.1K\", \"totalAcceptedRaw\": 22304, \"totalSubmissionRaw\": 48120, \"acRate\": \"46.4%\"}",
|
||||
"hints": [
|
||||
"There are two cases: a block of characters, or two blocks of characters between one different character. \r\n By keeping a run-length encoded version of the string, we can easily check these cases."
|
||||
],
|
||||
|
Reference in New Issue
Block a user