Merge pull request #76 from QuinnDK/添加0226翻转二叉树Go版本

Update 0226.翻转二叉树.md
This commit is contained in:
Carl Sun
2021-05-13 21:25:03 +08:00
committed by GitHub

View File

@ -207,7 +207,7 @@ Java
Python
Go
```Go
func invertTree(root *TreeNode) *TreeNode {
if root ==nil{