mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"64.7K\", \"totalSubmission\": \"212.8K\", \"totalAcceptedRaw\": 64732, \"totalSubmissionRaw\": 212806, \"acRate\": \"30.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"64.7K\", \"totalSubmission\": \"212.8K\", \"totalAcceptedRaw\": 64734, \"totalSubmissionRaw\": 212822, \"acRate\": \"30.4%\"}",
|
||||
"hints": [
|
||||
"Binary search for the length of the answer. (If there's an answer of length 10, then there are answers of length 9, 8, 7, ...)",
|
||||
"To check whether an answer of length K exists, we can use Rabin-Karp 's algorithm."
|
||||
|
Reference in New Issue
Block a user