1_introduction
dz / leetcode / explore / trie / 1_introductionSubgraphs
Node Tree
Nodes
1_what_is_trie | |
content | What is Trie? |
parents | leetcode/glossary/prefix_tree |
hyperlink | https://leetcode.com/explore/learn/card/trie/150/introduction-to-trie/1045/ |
location | knowledge/leetcode/trie.dz:17 |
2_how_to_represent | |
content | how to represent a Trie? |
hyperlink | https://leetcode.com/explore/learn/card/trie/150/introduction-to-trie/1045/ |
location | knowledge/leetcode/trie.dz:22 |