mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.3K\", \"totalSubmission\": \"38.1K\", \"totalAcceptedRaw\": 21292, \"totalSubmissionRaw\": 38124, \"acRate\": \"55.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.3K\", \"totalSubmission\": \"38.1K\", \"totalAcceptedRaw\": 21302, \"totalSubmissionRaw\": 38140, \"acRate\": \"55.9%\"}",
|
||||
"hints": [
|
||||
"Create a new integer array where arr[i] denotes the value of character s[i].",
|
||||
"We can use Kadane’s maximum subarray sum algorithm to find the maximum cost."
|
||||
|
Reference in New Issue
Block a user