We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581dd0a commit f01faf1Copy full SHA for f01faf1
README.md
@@ -116,4 +116,8 @@ LeetCode 精选算法题, Python题解+详细注释,持续更新。
116
- [60. 课程表](https://github.com/jasoncao11/Algorithm-notebook/blob/master/60.%20%E8%AF%BE%E7%A8%8B%E8%A1%A8.md)
117
118
### 11. Trie
119
-- [83. 构建Trie](https://github.com/jasoncao11/Algorithm-notebook/blob/master/83.%20%E6%9E%84%E5%BB%BATrie.md)
+- [83. 构建Trie](https://github.com/jasoncao11/Algorithm-notebook/blob/master/83.%20%E6%9E%84%E5%BB%BATrie.md)
120
+
121
+### 12. 堆
122
+- [84. 前 K 个高频元素](https://github.com/jasoncao11/Algorithm-notebook/blob/master/84.%20%E5%89%8D%20K%20%E4%B8%AA%E9%AB%98%E9%A2%91%E5%85%83%E7%B4%A0.md)
123
+- [85. 最小的k个数](https://github.com/jasoncao11/Algorithm-notebook/blob/master/85.%20%E6%9C%80%E5%B0%8F%E7%9A%84k%E4%B8%AA%E6%95%B0.md)
0 commit comments