mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"13.4K\", \"totalSubmission\": \"27.5K\", \"totalAcceptedRaw\": 13417, \"totalSubmissionRaw\": 27491, \"acRate\": \"48.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13.4K\", \"totalSubmission\": \"27.5K\", \"totalAcceptedRaw\": 13419, \"totalSubmissionRaw\": 27495, \"acRate\": \"48.8%\"}",
|
||||
"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