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