1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 16:01: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

@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"29.3K\", \"totalSubmission\": \"82.1K\", \"totalAcceptedRaw\": 29256, \"totalSubmissionRaw\": 82063, \"acRate\": \"35.7%\"}",
"stats": "{\"totalAccepted\": \"29.3K\", \"totalSubmission\": \"82.1K\", \"totalAcceptedRaw\": 29271, \"totalSubmissionRaw\": 82096, \"acRate\": \"35.7%\"}",
"hints": [
"Assume that the answer is a sub-string from index i to j. If you add the character at index j+1 you get a better answer.",
"The answer is always a suffix of the given string.",