1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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"