mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user