File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
= Trie 前缀树
3
3
4
4
5
-
6
5
== 经典题目
7
6
7
+ . xref:0208-implement-trie-prefix-tree.adoc[208. Implement Trie (Prefix Tree)]
8
+ . xref:0212-word-search-ii.adoc[212. Word Search II]
9
+ . xref:0421-maximum-xor-of-two-numbers-in-an-array.adoc[421. Maximum XOR of Two Numbers in an Array]
10
+ . xref:1707-maximum-xor-with-an-element-from-array.adoc[1707. Maximum XOR With an Element From Array]
11
+
8
12
== 参考资料
9
13
14
+ . https://leetcode.cn/problems/missing-number/solutions/1086545/gong-shui-san-xie-yi-ti-wu-jie-pai-xu-ji-te3s/[268. 丢失的数字 - 一题五解 :「排序」&「计数」&「原地哈希」&「数学」&「异或」^]
15
+ . https://mp.weixin.qq.com/s/DBTQyNYsEgmN0Vb5fbolUg[【设计数据结构】实现 Trie (前缀树)^]
16
+ . https://mp.weixin.qq.com/s/3KnsATWQOkg20lC2TCOvcA[【面试高频题】难度 4/5,常规解法与数据结构优化解法^]
17
+ . https://mp.weixin.qq.com/s/_Yfh661do3Qmyi5KBn1arw[【综合笔试题】结合贪心的 Trie 运用题^]
18
+ . https://mp.weixin.qq.com/s/5imIHeVpdnLroXSCIWlMig[【综合笔试题】难度 4.5/5,借该问题来实现一个「可计数」的 Trie^]
You can’t perform that action at this time.
0 commit comments