1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51: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": true,
"difficulty": "Medium",
"likes": 95,
"likes": 96,
"dislikes": 3,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Longest Word in Dictionary\", \"titleSlug\": \"longest-word-in-dictionary\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"5.3K\", \"totalAcceptedRaw\": 3537, \"totalSubmissionRaw\": 5325, \"acRate\": \"66.4%\"}",
"stats": "{\"totalAccepted\": \"3.6K\", \"totalSubmission\": \"5.4K\", \"totalAcceptedRaw\": 3555, \"totalSubmissionRaw\": 5354, \"acRate\": \"66.4%\"}",
"hints": [
"Add all the words to a trie.",
"Check the longest path where all the nodes are words."