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

@@ -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.",