1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-24 14:28:56 +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

@@ -130,7 +130,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"1.3K\", \"totalSubmission\": \"3.6K\", \"totalAcceptedRaw\": 1315, \"totalSubmissionRaw\": 3629, \"acRate\": \"36.2%\"}",
"stats": "{\"totalAccepted\": \"1.3K\", \"totalSubmission\": \"3.6K\", \"totalAcceptedRaw\": 1331, \"totalSubmissionRaw\": 3650, \"acRate\": \"36.5%\"}",
"hints": [
"How can we use a trie to store all the XOR values in the path from a node to the root?",
"How can we dynamically add the XOR values with a DFS search?"