mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 474,
|
||||
"dislikes": 197,
|
||||
"likes": 491,
|
||||
"dislikes": 198,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"x\"\n\"y\"\n\"xbdef\"\n\"xecab\"\n\"ulacfd\"\n\"jizalu\"",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.2K\", \"totalSubmission\": \"51.7K\", \"totalAcceptedRaw\": 16238, \"totalSubmissionRaw\": 51719, \"acRate\": \"31.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.5K\", \"totalSubmission\": \"52.7K\", \"totalAcceptedRaw\": 16512, \"totalSubmissionRaw\": 52720, \"acRate\": \"31.3%\"}",
|
||||
"hints": [
|
||||
"Try finding the largest prefix form a that matches a suffix in b",
|
||||
"Try string matching"
|
||||
|
Reference in New Issue
Block a user