mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"145K\", \"totalSubmission\": \"244.5K\", \"totalAcceptedRaw\": 144970, \"totalSubmissionRaw\": 244461, \"acRate\": \"59.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"145K\", \"totalSubmission\": \"244.5K\", \"totalAcceptedRaw\": 144983, \"totalSubmissionRaw\": 244481, \"acRate\": \"59.3%\"}",
|
||||
"hints": [
|
||||
"One thing's for sure, we will only flip a zero if it extends an existing window of 1s. Otherwise, there's no point in doing it, right? Think Sliding Window!",
|
||||
"Since we know this problem can be solved using the sliding window construct, we might as well focus in that direction for hints. Basically, in a given window, we can never have > K zeros, right?",
|
||||
|
Reference in New Issue
Block a user