mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"42.8K\", \"totalSubmission\": \"108.8K\", \"totalAcceptedRaw\": 42756, \"totalSubmissionRaw\": 108750, \"acRate\": \"39.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"42.8K\", \"totalSubmission\": \"108.8K\", \"totalAcceptedRaw\": 42757, \"totalSubmissionRaw\": 108751, \"acRate\": \"39.3%\"}",
|
||||
"hints": [
|
||||
"Think in reverse; instead of finding the minimum prefix + suffix, find the maximum subarray.",
|
||||
"Finding the maximum subarray is standard and can be done greedily."
|
||||
|
Reference in New Issue
Block a user