mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user