mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"19.6K\", \"totalSubmission\": \"29.2K\", \"totalAcceptedRaw\": 19589, \"totalSubmissionRaw\": 29247, \"acRate\": \"67.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"19.8K\", \"totalSubmission\": \"29.5K\", \"totalAcceptedRaw\": 19777, \"totalSubmissionRaw\": 29516, \"acRate\": \"67.0%\"}",
|
||||
"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