mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-12-18 02:02:34 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2.7K\", \"totalSubmission\": \"8K\", \"totalAcceptedRaw\": 2701, \"totalSubmissionRaw\": 8014, \"acRate\": \"33.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.7K\", \"totalSubmission\": \"8K\", \"totalAcceptedRaw\": 2703, \"totalSubmissionRaw\": 8016, \"acRate\": \"33.7%\"}",
|
||||
"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