Skip to content

Commit 12236fa

Browse files
authored
Update 0098.验证二叉搜索树.md
1 parent 041ac6b commit 12236fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0098.验证二叉搜索树.md

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

2323
## 算法公开课
2424

25-
**[《代码随想录》算法视频公开课](https://programmercarl.com/other/gongkaike.html)[你对二叉搜索树了解的还不够! | LeetCode:98.验证二叉搜索树](https://www.bilibili.com/video/BV18P411n7Q4)相信结合视频在看本篇题解,更有助于大家对本题的理解**
25+
**[《代码随想录》算法视频公开课](https://programmercarl.com/other/gongkaike.html)[你对二叉搜索树了解的还不够! | LeetCode:98.验证二叉搜索树](https://www.bilibili.com/video/BV18P411n7Q4)相信结合视频再看本篇题解,更有助于大家对本题的理解**
2626

2727

2828
## 思路

0 commit comments

Comments
 (0)