mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11.9K\", \"totalSubmission\": \"21K\", \"totalAcceptedRaw\": 11862, \"totalSubmissionRaw\": 21031, \"acRate\": \"56.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.9K\", \"totalSubmission\": \"21K\", \"totalAcceptedRaw\": 11865, \"totalSubmissionRaw\": 21034, \"acRate\": \"56.4%\"}",
|
||||
"hints": [
|
||||
"Choose k 1s and determine how many steps are required to move them into 1 group.",
|
||||
"Maintain a sliding window of k 1s, and maintain the steps required to group them.",
|
||||
|
Reference in New Issue
Block a user