mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"92\", \"totalSubmission\": \"98\", \"totalAcceptedRaw\": 92, \"totalSubmissionRaw\": 98, \"acRate\": \"93.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"92\", \"totalSubmission\": \"99\", \"totalAcceptedRaw\": 92, \"totalSubmissionRaw\": 99, \"acRate\": \"92.9%\"}",
|
||||
"hints": [
|
||||
"Iterate over all substrings in <code>O(n * n)</code>.",
|
||||
"For each substring, try to calculate the sum of the mapped values in <code>O(1)</code>.",
|
||||
|
Reference in New Issue
Block a user