Update space complexity.
This commit is contained in:
parent
18c43566b4
commit
f8748e6006
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user