mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11.3K\", \"totalSubmission\": \"22.5K\", \"totalAcceptedRaw\": 11290, \"totalSubmissionRaw\": 22529, \"acRate\": \"50.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.3K\", \"totalSubmission\": \"22.6K\", \"totalAcceptedRaw\": 11308, \"totalSubmissionRaw\": 22574, \"acRate\": \"50.1%\"}",
|
||||
"hints": [
|
||||
"Given a substring of the text, how to check if it can be written as the concatenation of a string with itself ?",
|
||||
"We can do that in linear time, a faster way is to use hashing.",
|
||||
|
Reference in New Issue
Block a user