mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"30.9K\", \"totalSubmission\": \"94.3K\", \"totalAcceptedRaw\": 30928, \"totalSubmissionRaw\": 94326, \"acRate\": \"32.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"30.9K\", \"totalSubmission\": \"94.3K\", \"totalAcceptedRaw\": 30928, \"totalSubmissionRaw\": 94329, \"acRate\": \"32.8%\"}",
|
||||
"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