1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 737,
"dislikes": 74,
"likes": 740,
"dislikes": 75,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[-5,1,5,0,-7]\n[-4,-3,-2,-1,4,3,2]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"67.8K\", \"totalSubmission\": \"85.9K\", \"totalAcceptedRaw\": 67790, \"totalSubmissionRaw\": 85900, \"acRate\": \"78.9%\"}",
"stats": "{\"totalAccepted\": \"67.9K\", \"totalSubmission\": \"86.1K\", \"totalAcceptedRaw\": 67935, \"totalSubmissionRaw\": 86078, \"acRate\": \"78.9%\"}",
"hints": [
"Let's note that the altitude of an element is the sum of gains of all the elements behind it",
"Getting the altitudes can be done by getting the prefix sum array of the given array"