mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 1518,
|
||||
"likes": 1532,
|
||||
"dislikes": 37,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"47.4K\", \"totalSubmission\": \"71.4K\", \"totalAcceptedRaw\": 47361, \"totalSubmissionRaw\": 71437, \"acRate\": \"66.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"48K\", \"totalSubmission\": \"72.3K\", \"totalAcceptedRaw\": 47953, \"totalSubmissionRaw\": 72282, \"acRate\": \"66.3%\"}",
|
||||
"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