Skip to content

Commit f8748e6

Browse files
committed
Update space complexity.
1 parent 18c4356 commit f8748e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codes/go/chapter_computational_complexity/space_complexity.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func printTree(root *TreeNode) {
4242
printTree(root.right)
4343
}
4444

45-
/* 函数(或称方法)*/
45+
/* 函数 */
4646
func function() int {
4747
// do something...
4848
return 0

0 commit comments

Comments
 (0)