Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c50085d

Browse files
添加559.n叉树的最大深度Go版本.md
添加559.n叉树的最大深度Go版本.md
1 parent f59621f commit c50085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎添加559.n叉树的最大深度Go版本.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func maxDepth(root *Node) int {
1616
}
1717
depth++
1818
}
19-
return depth
19+
return depth
2020
}
2121
```
2222

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /