mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.8K\", \"totalSubmission\": \"18.6K\", \"totalAcceptedRaw\": 8842, \"totalSubmissionRaw\": 18611, \"acRate\": \"47.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.8K\", \"totalSubmission\": \"18.6K\", \"totalAcceptedRaw\": 8843, \"totalSubmissionRaw\": 18613, \"acRate\": \"47.5%\"}",
|
||||
"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