1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11: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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 490,
"likes": 505,
"dislikes": 33,
"isLiked": null,
"similarQuestions": "[]",
@@ -58,7 +58,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"25.6K\", \"totalSubmission\": \"43.2K\", \"totalAcceptedRaw\": 25578, \"totalSubmissionRaw\": 43194, \"acRate\": \"59.2%\"}",
"stats": "{\"totalAccepted\": \"26.4K\", \"totalSubmission\": \"44.5K\", \"totalAcceptedRaw\": 26360, \"totalSubmissionRaw\": 44519, \"acRate\": \"59.2%\"}",
"hints": [
"Generate all substrings in O(N^2) time with hashing.",
"Choose those hashing of strings with the largest length."