mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 17:01:42 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.6K\", \"totalSubmission\": \"13.8K\", \"totalAcceptedRaw\": 7642, \"totalSubmissionRaw\": 13815, \"acRate\": \"55.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"13.8K\", \"totalAcceptedRaw\": 7659, \"totalSubmissionRaw\": 13847, \"acRate\": \"55.3%\"}",
|
||||
"hints": [
|
||||
"Start from each 'a' and find the longest beautiful substring starting at that index.",
|
||||
"Based on the current character decide if you should include the next character in the beautiful substring."
|
||||
|
Reference in New Issue
Block a user