mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"33.3K\", \"totalSubmission\": \"96.3K\", \"totalAcceptedRaw\": 33337, \"totalSubmissionRaw\": 96255, \"acRate\": \"34.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"33.3K\", \"totalSubmission\": \"96.3K\", \"totalAcceptedRaw\": 33337, \"totalSubmissionRaw\": 96256, \"acRate\": \"34.6%\"}",
|
||||
"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