1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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,10 +11,10 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 610,
"likes": 642,
"dislikes": 24,
"isLiked": null,
"similarQuestions": "[]",
"similarQuestions": "[{\"title\": \"Sum of Scores of Built Strings\", \"titleSlug\": \"sum-of-scores-of-built-strings\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "\"level\"\n\"ababab\"",
"categoryTitle": "Algorithms",
"contributors": [],
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"19.6K\", \"totalSubmission\": \"44.2K\", \"totalAcceptedRaw\": 19591, \"totalSubmissionRaw\": 44218, \"acRate\": \"44.3%\"}",
"stats": "{\"totalAccepted\": \"20.3K\", \"totalSubmission\": \"45.7K\", \"totalAcceptedRaw\": 20262, \"totalSubmissionRaw\": 45667, \"acRate\": \"44.4%\"}",
"hints": [
"Use Longest Prefix Suffix (KMP-table) or String Hashing."
],