mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"6.7K\", \"totalSubmission\": \"17.4K\", \"totalAcceptedRaw\": 6744, \"totalSubmissionRaw\": 17421, \"acRate\": \"38.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.7K\", \"totalSubmission\": \"17.4K\", \"totalAcceptedRaw\": 6745, \"totalSubmissionRaw\": 17422, \"acRate\": \"38.7%\"}",
|
||||
"hints": [
|
||||
"Instead of shifting every character in each shift, could you keep track of which characters are shifted and by how much across all shifts?",
|
||||
"Try marking the start and ends of each shift, then perform a prefix sum of the shifts."
|
||||
|
Reference in New Issue
Block a user