mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 21:16:45 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"28.8K\", \"totalAcceptedRaw\": 7675, \"totalSubmissionRaw\": 28818, \"acRate\": \"26.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"28.9K\", \"totalAcceptedRaw\": 7682, \"totalSubmissionRaw\": 28859, \"acRate\": \"26.6%\"}",
|
||||
"hints": [
|
||||
"Create a prefix array to efficiently find the sum of subarrays.",
|
||||
"As we are dividing the array into three subarrays, there are two \"walls\". Iterate over the right wall positions and find where the left wall could be for each right wall position.",
|
||||
|
Reference in New Issue
Block a user