1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 17:01:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -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."