mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2026-02-02 18:39:09 +08:00
更新图片链接
This commit is contained in:
4
problems/0450.删除二叉搜索树中的节点.md
Normal file → Executable file
4
problems/0450.删除二叉搜索树中的节点.md
Normal file → Executable file
@@ -20,7 +20,7 @@
|
||||
示例:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
## 算法公开课
|
||||
|
||||
@@ -67,7 +67,7 @@ if (root == nullptr) return root;
|
||||
|
||||
第五种情况有点难以理解,看下面动画:
|
||||
|
||||

|
||||

|
||||
|
||||
动画中的二叉搜索树中,删除元素7, 那么删除节点(元素7)的左孩子就是5,删除节点(元素7)的右子树的最左面节点是元素8。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user