1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 08:51:42 +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": true,
"difficulty": "Easy",
"likes": 219,
"dislikes": 75,
"likes": 227,
"dislikes": 77,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "\"thestoryofleetcodeandme\"\n[\"story\",\"fleet\",\"leetcode\"]\n\"ababa\"\n[\"aba\",\"ab\"]",
@@ -46,7 +46,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"16.3K\", \"totalSubmission\": \"26.3K\", \"totalAcceptedRaw\": 16309, \"totalSubmissionRaw\": 26271, \"acRate\": \"62.1%\"}",
"stats": "{\"totalAccepted\": \"16.8K\", \"totalSubmission\": \"26.9K\", \"totalAcceptedRaw\": 16753, \"totalSubmissionRaw\": 26926, \"acRate\": \"62.2%\"}",
"hints": [
"For each string of the set, look for matches and store those matches indices."
],