mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 6,
|
||||
"likes": 7,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"913\", \"totalSubmission\": \"1.7K\", \"totalAcceptedRaw\": 913, \"totalSubmissionRaw\": 1653, \"acRate\": \"55.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.1K\", \"totalSubmission\": \"1.9K\", \"totalAcceptedRaw\": 1055, \"totalSubmissionRaw\": 1903, \"acRate\": \"55.4%\"}",
|
||||
"hints": [
|
||||
"Try to solve the first version first and reuse your code.",
|
||||
"To implement the delete function, you should delete the trie nodes of the word if they are not shared with other words.",
|
||||
|
Reference in New Issue
Block a user