This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public-java
/
LeetCode
mirror of
https://github.com/yuanguangxin/LeetCode
Watch
1
Star
2
Code
Issues
Projects
Releases
Wiki
Activity
just
Browse Source
pull/10/head
andy
4 years ago
parent
d44d8f81d4
commit
bdc7acd8e9
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
src/二叉搜索树相关/q450_删除二叉搜索树中的节点/Solution.java
Unescape
Escape
View File
@ -72,5 +72,8 @@ public class Solution {
// n2.right = n5;
// n2.right = n5;
new
Solution
(
)
.
deleteNode
(
root
,
1
)
;
new
Solution
(
)
.
deleteNode
(
root
,
1
)
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
msb-public-java/LeetCode
Title
Body
Create Issue