mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user