Update space complexity.

This commit is contained in:
Yudong Jin 2022-12-26 13:14:32 +08:00
parent 18c43566b4
commit f8748e6006

View File

@ -42,7 +42,7 @@ func printTree(root *TreeNode) {
printTree(root.right) printTree(root.right)
} }
/* 函数(或称方法)*/ /* 函数 */
func function() int { func function() int {
// do something... // do something...
return 0 return 0