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\": \"13.5K\", \"totalSubmission\": \"47K\", \"totalAcceptedRaw\": 13515, \"totalSubmissionRaw\": 46984, \"acRate\": \"28.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13.5K\", \"totalSubmission\": \"47K\", \"totalAcceptedRaw\": 13516, \"totalSubmissionRaw\": 46991, \"acRate\": \"28.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