mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"12.7K\", \"totalSubmission\": \"20.9K\", \"totalAcceptedRaw\": 12660, \"totalSubmissionRaw\": 20875, \"acRate\": \"60.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"12.7K\", \"totalSubmission\": \"20.9K\", \"totalAcceptedRaw\": 12663, \"totalSubmissionRaw\": 20878, \"acRate\": \"60.7%\"}",
|
||||
"hints": [
|
||||
"What is the longest possible continuous substring?",
|
||||
"The size of the longest possible continuous substring is at most 26, so we can just brute force the answer."
|
||||
|
Reference in New Issue
Block a user