mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-12-18 10:04:58 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.9K\", \"totalSubmission\": \"8.7K\", \"totalAcceptedRaw\": 4937, \"totalSubmissionRaw\": 8741, \"acRate\": \"56.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.9K\", \"totalSubmission\": \"8.8K\", \"totalAcceptedRaw\": 4946, \"totalSubmissionRaw\": 8761, \"acRate\": \"56.5%\"}",
|
||||
"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