mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 1026,
|
||||
"likes": 1027,
|
||||
"dislikes": 327,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Design Add and Search Words Data Structure\", \"titleSlug\": \"design-add-and-search-words-data-structure\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"49.3K\", \"totalSubmission\": \"135.2K\", \"totalAcceptedRaw\": 49253, \"totalSubmissionRaw\": 135194, \"acRate\": \"36.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"49.3K\", \"totalSubmission\": \"135.3K\", \"totalAcceptedRaw\": 49298, \"totalSubmissionRaw\": 135322, \"acRate\": \"36.4%\"}",
|
||||
"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