1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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."
],