mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 16:31:42 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.1K\", \"totalSubmission\": \"26.7K\", \"totalAcceptedRaw\": 16097, \"totalSubmissionRaw\": 26717, \"acRate\": \"60.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.1K\", \"totalSubmission\": \"26.7K\", \"totalAcceptedRaw\": 16113, \"totalSubmissionRaw\": 26746, \"acRate\": \"60.2%\"}",
|
||||
"hints": [
|
||||
"Using a rolling hash, we can quickly check whether two strings are equal.",
|
||||
"Use that as the basis of a dp."
|
||||
|
Reference in New Issue
Block a user