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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -58,7 +58,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"25.5K\", \"totalSubmission\": \"43.1K\", \"totalAcceptedRaw\": 25514, \"totalSubmissionRaw\": 43082, \"acRate\": \"59.2%\"}",
"stats": "{\"totalAccepted\": \"25.6K\", \"totalSubmission\": \"43.2K\", \"totalAcceptedRaw\": 25578, \"totalSubmissionRaw\": 43194, \"acRate\": \"59.2%\"}",
"hints": [
"Generate all substrings in O(N^2) time with hashing.",
"Choose those hashing of strings with the largest length."