1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21: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": "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."