mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"1.6K\", \"totalSubmission\": \"4.3K\", \"totalAcceptedRaw\": 1645, \"totalSubmissionRaw\": 4275, \"acRate\": \"38.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.6K\", \"totalSubmission\": \"4.3K\", \"totalAcceptedRaw\": 1648, \"totalSubmissionRaw\": 4300, \"acRate\": \"38.3%\"}",
|
||||
"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