mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
存量题库数据更新
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2.9K\", \"totalSubmission\": \"9K\", \"totalAcceptedRaw\": 2899, \"totalSubmissionRaw\": 8985, \"acRate\": \"32.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.9K\", \"totalSubmission\": \"9K\", \"totalAcceptedRaw\": 2917, \"totalSubmissionRaw\": 9026, \"acRate\": \"32.3%\"}",
|
||||
"hints": [
|
||||
"There are at most 26 different lengths of the complete substrings: <code>k *1, k * 2, … k * 26</code>.****",
|
||||
"For each length, we can use sliding window to count the frequency of each letter in the window.",
|
||||
|
Reference in New Issue
Block a user