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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 38,
"likes": 39,
"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\": 1005, \"totalSubmissionRaw\": 2456, \"acRate\": \"40.9%\"}",
"stats": "{\"totalAccepted\": \"1K\", \"totalSubmission\": \"2.5K\", \"totalAcceptedRaw\": 1009, \"totalSubmissionRaw\": 2461, \"acRate\": \"41.0%\"}",
"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.",