mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 433,
|
||||
"dislikes": 406,
|
||||
"likes": 438,
|
||||
"dislikes": 408,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"abab\"\n\"leetcode\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"29.3K\", \"totalSubmission\": \"82.1K\", \"totalAcceptedRaw\": 29271, \"totalSubmissionRaw\": 82096, \"acRate\": \"35.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"29.4K\", \"totalSubmission\": \"82.7K\", \"totalAcceptedRaw\": 29425, \"totalSubmissionRaw\": 82660, \"acRate\": \"35.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