常用算法之Trie【字典树,前缀树】
字典树(Trie树) Java实现源码参考
使用“前缀树”过滤敏感词
Leetcode---208.实现Trie前缀树
Leetcode--Java--208. 实现 Trie (前缀树)
Trie/字典树/前缀树-代码实现