mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1301,
|
||||
"likes": 1302,
|
||||
"dislikes": 1283,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Longest Word in Dictionary through Deleting\", \"titleSlug\": \"longest-word-in-dictionary-through-deleting\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Implement Magic Dictionary\", \"titleSlug\": \"implement-magic-dictionary\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Longest Word With All Prefixes\", \"titleSlug\": \"longest-word-with-all-prefixes\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"110.6K\", \"totalSubmission\": \"217.2K\", \"totalAcceptedRaw\": 110561, \"totalSubmissionRaw\": 217152, \"acRate\": \"50.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"110.7K\", \"totalSubmission\": \"217.4K\", \"totalAcceptedRaw\": 110693, \"totalSubmissionRaw\": 217396, \"acRate\": \"50.9%\"}",
|
||||
"hints": [
|
||||
"For every word in the input list, we can check whether all prefixes of that word are in the input list by using a Set."
|
||||
],
|
||||
|
Reference in New Issue
Block a user