mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"7.1K\", \"totalAcceptedRaw\": 3538, \"totalSubmissionRaw\": 7102, \"acRate\": \"49.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"7.1K\", \"totalAcceptedRaw\": 3541, \"totalSubmissionRaw\": 7113, \"acRate\": \"49.8%\"}",
|
||||
"hints": [
|
||||
"The lowest possible difference can be obtained when the sum of the first n elements in the resultant array is minimum, and the sum of the next n elements is maximum.",
|
||||
"For every index i, think about how you can find the minimum possible sum of n elements with indices lesser or equal to i, if possible.",
|
||||
|
Reference in New Issue
Block a user