1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 39,
"likes": 42,
"dislikes": 2,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Maximum Alternating Subsequence Sum\", \"titleSlug\": \"maximum-alternating-subsequence-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"1K\", \"totalSubmission\": \"2.5K\", \"totalAcceptedRaw\": 1009, \"totalSubmissionRaw\": 2461, \"acRate\": \"41.0%\"}",
"stats": "{\"totalAccepted\": \"1.1K\", \"totalSubmission\": \"2.7K\", \"totalAcceptedRaw\": 1124, \"totalSubmissionRaw\": 2747, \"acRate\": \"40.9%\"}",
"hints": [
"How can Kadane's Algorithm help us?",
"If you convert all the numbers at odd indices to the negative version of that number, the problem simplifies to finding the maximum subarray sum.",