deno.land / x / masx200_leetcode_test@10.6.5 / maximum-depth-of-binary-tree / export.go

1
2
3
4
5
6
7
8
9
package maximum_depth_of_binary_tree
func Max(a, b int) int { return max(a, b)}func MaxDepth(root *TreeNode) int { return maxDepth(root)}
masx200_leetcode_test

Version Info

Tagged at
a year ago