Update 0226.翻转二叉树.md

This commit is contained in:
QuinnDK
2021-05-13 18:38:46 +08:00
committed by GitHub
parent cf42d80efc
commit e4087dfe78

View File

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