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