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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 96,
"likes": 103,
"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.6K\", \"totalSubmission\": \"5.4K\", \"totalAcceptedRaw\": 3555, \"totalSubmissionRaw\": 5354, \"acRate\": \"66.4%\"}",
"stats": "{\"totalAccepted\": \"3.8K\", \"totalSubmission\": \"5.7K\", \"totalAcceptedRaw\": 3774, \"totalSubmissionRaw\": 5680, \"acRate\": \"66.4%\"}",
"hints": [
"Add all the words to a trie.",
"Check the longest path where all the nodes are words."