mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2.2K\", \"totalSubmission\": \"4.5K\", \"totalAcceptedRaw\": 2173, \"totalSubmissionRaw\": 4531, \"acRate\": \"48.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.2K\", \"totalSubmission\": \"4.5K\", \"totalAcceptedRaw\": 2177, \"totalSubmissionRaw\": 4540, \"acRate\": \"48.0%\"}",
|
||||
"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