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\": \"90.5K\", \"totalSubmission\": \"130.1K\", \"totalAcceptedRaw\": 90527, \"totalSubmissionRaw\": 130054, \"acRate\": \"69.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"90.5K\", \"totalSubmission\": \"130.1K\", \"totalAcceptedRaw\": 90530, \"totalSubmissionRaw\": 130057, \"acRate\": \"69.6%\"}",
|
||||
"hints": [
|
||||
"Using a 2D prefix sum, we can query the sum of any submatrix in O(1) time.\r\nNow for each (r1, r2), we can find the largest sum of a submatrix that uses every row in [r1, r2] in linear time using a sliding window."
|
||||
],
|
||||
|
Reference in New Issue
Block a user