mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.6K\", \"totalSubmission\": \"8.9K\", \"totalAcceptedRaw\": 3631, \"totalSubmissionRaw\": 8896, \"acRate\": \"40.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.6K\", \"totalSubmission\": \"8.9K\", \"totalAcceptedRaw\": 3635, \"totalSubmissionRaw\": 8909, \"acRate\": \"40.8%\"}",
|
||||
"hints": [
|
||||
"For a word like \"test\", consider \"#test\", \"t#test\", \"st#test\", \"est#test\", \"test#test\". Then if we have a query like prefix = \"te\", suffix = \"t\", we can find it by searching for something we've inserted starting with \"t#te\"."
|
||||
],
|
||||
|
Reference in New Issue
Block a user