Skip to content

Commit 041ac6b

Browse files
authored
Update 0530.二叉搜索树的最小绝对差.md
1 parent 0c674bb commit 041ac6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0530.二叉搜索树的最小绝对差.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## 算法公开课
2323

24-
**[《代码随想录》算法视频公开课](https://programmercarl.com/other/gongkaike.html)[二叉搜索树中,需要掌握如何双指针遍历!| LeetCode:530.二叉搜索树的最小绝对差](https://www.bilibili.com/video/BV1DD4y11779)相信结合视频在看本篇题解,更有助于大家对本题的理解**
24+
**[《代码随想录》算法视频公开课](https://programmercarl.com/other/gongkaike.html)[二叉搜索树中,需要掌握如何双指针遍历!| LeetCode:530.二叉搜索树的最小绝对差](https://www.bilibili.com/video/BV1DD4y11779)相信结合视频再看本篇题解,更有助于大家对本题的理解**
2525

2626

2727
## 思路

0 commit comments

Comments
 (0)