mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2026-05-11 00:40:44 +08:00
Update 0226.翻转二叉树.md
This commit is contained in:
@@ -207,7 +207,7 @@ Java:
|
|||||||
|
|
||||||
Python:
|
Python:
|
||||||
|
|
||||||
|
Go:
|
||||||
```Go
|
```Go
|
||||||
func invertTree(root *TreeNode) *TreeNode {
|
func invertTree(root *TreeNode) *TreeNode {
|
||||||
if root ==nil{
|
if root ==nil{
|
||||||
|
|||||||
Reference in New Issue
Block a user