We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbabf4 commit 9a8f978Copy full SHA for 9a8f978
problems/0968.监控二叉树.md
@@ -38,9 +38,9 @@
38
* 给定树的节点数的范围是 [1, 1000]。
39
* 每个节点的值都是 0。
40
41
-# 视频讲解
+## 算法公开课
42
43
-**《代码随想录》算法视频公开课:[贪心算法,二叉树与贪心的结合,有点难...... LeetCode:968.监督二叉树](https://www.bilibili.com/video/BV1SA411U75i),相信结合视频在看本篇题解,更有助于大家对本题的理解**。
+**[《代码随想录》算法视频公开课](https://programmercarl.com/other/gongkaike.html):[贪心算法,二叉树与贪心的结合,有点难...... LeetCode:968.监督二叉树](https://www.bilibili.com/video/BV1SA411U75i),相信结合视频在看本篇题解,更有助于大家对本题的理解**。
44
45
46
## 思路
@@ -732,3 +732,4 @@ impl Solution {
732
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
733
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
734
</a>
735
+
0 commit comments