We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eaefd commit 1000460Copy full SHA for 1000460
Prefix_Trie/README.md
@@ -30,3 +30,6 @@ To check if the trie contains a prefix, run `trie.starts_with("w")`
30
## 🤖 Author
31
32
[Tim Vuong](https://github.com/Tim-Vuong)
33
+
34
+Credits to LeetCode problem:
35
+https://leetcode.com/problems/implement-trie-prefix-tree/description/
0 commit comments