1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

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