1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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.",