mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15K\", \"totalSubmission\": \"38.7K\", \"totalAcceptedRaw\": 15012, \"totalSubmissionRaw\": 38662, \"acRate\": \"38.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15K\", \"totalSubmission\": \"38.7K\", \"totalAcceptedRaw\": 15015, \"totalSubmissionRaw\": 38665, \"acRate\": \"38.8%\"}",
|
||||
"hints": [
|
||||
"Notice that it's impossible for any two valid substrings to overlap unless one is inside another.",
|
||||
"We can start by finding the starting and ending index for each character.",
|
||||
|
Reference in New Issue
Block a user