mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 1027,
|
||||
"dislikes": 327,
|
||||
"likes": 1046,
|
||||
"dislikes": 330,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Design Add and Search Words Data Structure\", \"titleSlug\": \"design-add-and-search-words-data-structure\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"WordFilter\",\"f\"]\n[[[\"apple\"]],[\"a\",\"e\"]]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"49.3K\", \"totalSubmission\": \"135.3K\", \"totalAcceptedRaw\": 49298, \"totalSubmissionRaw\": 135322, \"acRate\": \"36.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"49.9K\", \"totalSubmission\": \"136.6K\", \"totalAcceptedRaw\": 49879, \"totalSubmissionRaw\": 136623, \"acRate\": \"36.5%\"}",
|
||||
"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