mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-23 05:48:57 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.2K\", \"totalSubmission\": \"24.5K\", \"totalAcceptedRaw\": 15153, \"totalSubmissionRaw\": 24543, \"acRate\": \"61.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.2K\", \"totalSubmission\": \"24.6K\", \"totalAcceptedRaw\": 15178, \"totalSubmissionRaw\": 24578, \"acRate\": \"61.8%\"}",
|
||||
"hints": [
|
||||
"Bruteforce to find if one string is substring of another or use KMP algorithm."
|
||||
],
|
||||
|
Reference in New Issue
Block a user