1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -46,7 +46,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"878\", \"totalSubmission\": \"1.6K\", \"totalAcceptedRaw\": 878, \"totalSubmissionRaw\": 1572, \"acRate\": \"55.9%\"}",
"stats": "{\"totalAccepted\": \"913\", \"totalSubmission\": \"1.7K\", \"totalAcceptedRaw\": 913, \"totalSubmissionRaw\": 1653, \"acRate\": \"55.2%\"}",
"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.",