Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ecfbb7

Browse files
Update 0701.二叉搜索树中的插入操作.md
补充B站视频链接
1 parent 5a2b7b4 commit 8ecfbb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎problems/0701.二叉搜索树中的插入操作.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
* -10^8 <= val <= 10^8
2323
* 新值和原始二叉搜索树中的任意节点值都不同
2424

25+
# 算法公开课
26+
27+
**《代码随想录》算法视频公开课:[原来这么简单? | LeetCode:701.二叉搜索树中的插入操作](https://www.bilibili.com/video/BV1Et4y1c78Y?share_source=copy_web),相信结合视频在看本篇题解,更有助于大家对本题的理解**
28+
2529
# 思路
2630

2731
其实这道题目其实是一道简单题目,**但是题目中的提示:有多种有效的插入方式,还可以重构二叉搜索树,一下子吓退了不少人**,瞬间感觉题目复杂了很多。

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /