1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1302,
"dislikes": 1283,
"likes": 1323,
"dislikes": 1293,
"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}]",
"exampleTestcases": "[\"w\",\"wo\",\"wor\",\"worl\",\"world\"]\n[\"a\",\"banana\",\"app\",\"appl\",\"ap\",\"apply\",\"apple\"]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"110.7K\", \"totalSubmission\": \"217.4K\", \"totalAcceptedRaw\": 110693, \"totalSubmissionRaw\": 217396, \"acRate\": \"50.9%\"}",
"stats": "{\"totalAccepted\": \"112.7K\", \"totalSubmission\": \"221.1K\", \"totalAcceptedRaw\": 112653, \"totalSubmissionRaw\": 221064, \"acRate\": \"51.0%\"}",
"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."
],