mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"22.8K\", \"totalSubmission\": \"65K\", \"totalAcceptedRaw\": 22828, \"totalSubmissionRaw\": 64992, \"acRate\": \"35.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.8K\", \"totalSubmission\": \"65K\", \"totalAcceptedRaw\": 22829, \"totalSubmissionRaw\": 64993, \"acRate\": \"35.1%\"}",
|
||||
"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