We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459e643 commit e9d4a6fCopy full SHA for e9d4a6f
docs/system-design/security/sentive-words-filter.md
@@ -13,7 +13,7 @@ tag:
13
14
### Trie 树
15
16
-**Trie 树** 也称为字典树、单词查找树,哈系数的一种变种,通常被用于字符串匹配,用来解决在一组字符串集合中快速查找某个字符串的问题。像浏览器搜索的关键词提示一般就是基于 Trie 树来做的。
+**Trie 树** 也称为字典树、单词查找树,哈系树的一种变种,通常被用于字符串匹配,用来解决在一组字符串集合中快速查找某个字符串的问题。像浏览器搜索的关键词提示一般就是基于 Trie 树来做的。
17
18

19
0 commit comments