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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 4705,
|
||||
"likes": 4784,
|
||||
"dislikes": 198,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Implement Trie (Prefix Tree)\", \"titleSlug\": \"implement-trie-prefix-tree\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Prefix and Suffix Search\", \"titleSlug\": \"prefix-and-suffix-search\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"389.8K\", \"totalSubmission\": \"886.1K\", \"totalAcceptedRaw\": 389769, \"totalSubmissionRaw\": 886124, \"acRate\": \"44.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"396.3K\", \"totalSubmission\": \"901K\", \"totalAcceptedRaw\": 396251, \"totalSubmissionRaw\": 901018, \"acRate\": \"44.0%\"}",
|
||||
"hints": [
|
||||
"You should be familiar with how a Trie works. If not, please work on this problem: <a href=\"https://leetcode.com/problems/implement-trie-prefix-tree/\">Implement Trie (Prefix Tree)</a> first."
|
||||
],
|
||||
|
Reference in New Issue
Block a user