We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
syntax
1 parent 2120a8b commit 7ae7990Copy full SHA for 7ae7990
maximum-depth-of-binary-tree/invidam.go.md
@@ -46,7 +46,7 @@ Implement Queue can be troublesome, but it is effective to problem that require
46
(N: size of node.)
47
48
# Code
49
-```
+```go
50
func maxDepth(root *TreeNode) int {
51
if root == nil {
52
return 0
0 commit comments