mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"190\", \"totalSubmission\": \"441\", \"totalAcceptedRaw\": 190, \"totalSubmissionRaw\": 441, \"acRate\": \"43.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"191\", \"totalSubmission\": \"442\", \"totalAcceptedRaw\": 191, \"totalSubmissionRaw\": 442, \"acRate\": \"43.2%\"}",
|
||||
"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.",
|
||||
|
Reference in New Issue
Block a user