mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"62.3K\", \"totalSubmission\": \"103.5K\", \"totalAcceptedRaw\": 62298, \"totalSubmissionRaw\": 103459, \"acRate\": \"60.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"62.3K\", \"totalSubmission\": \"103.5K\", \"totalAcceptedRaw\": 62303, \"totalSubmissionRaw\": 103465, \"acRate\": \"60.2%\"}",
|
||||
"hints": [
|
||||
"Keep an array power where power[i] is the maximum power of the i-th character.",
|
||||
"The answer is max(power[i])."
|
||||
|
Reference in New Issue
Block a user