mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 287,
|
||||
"dislikes": 334,
|
||||
"likes": 297,
|
||||
"dislikes": 338,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Distinct Echo Substrings\", \"titleSlug\": \"distinct-echo-substrings\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"leetcode\"\n7\n20\n2\n0\n\"fbxzaad\"\n31\n100\n3\n32",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.5K\", \"totalSubmission\": \"41.7K\", \"totalAcceptedRaw\": 8493, \"totalSubmissionRaw\": 41712, \"acRate\": \"20.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9K\", \"totalSubmission\": \"42.9K\", \"totalAcceptedRaw\": 8989, \"totalSubmissionRaw\": 42876, \"acRate\": \"21.0%\"}",
|
||||
"hints": [
|
||||
"How can we update the hash value efficiently while iterating instead of recalculating it each time?",
|
||||
"Use the rolling hash method."
|
||||
|
Reference in New Issue
Block a user