1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 22:13:28 +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

@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"585\", \"totalSubmission\": \"916\", \"totalAcceptedRaw\": 585, \"totalSubmissionRaw\": 916, \"acRate\": \"63.9%\"}",
"stats": "{\"totalAccepted\": \"633\", \"totalSubmission\": \"978\", \"totalAcceptedRaw\": 633, \"totalSubmissionRaw\": 978, \"acRate\": \"64.7%\"}",
"hints": [
"Add all the words to a trie.",
"Check the longest path where all the nodes are words."