parent
f59621fdc5
commit
c50085df84
|
|
@ -16,7 +16,7 @@ func maxDepth(root *Node) int {
|
|||
}
|
||||
depth++
|
||||
}
|
||||
return depth
|
||||
return depth
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue