标签:des style blog http color java strong 2014
题目:
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.
题解:
递归解法:
非递归解法,参考codeganker(http://codeganker.blogspot.com/2014/02/maximum-depth-of-binary-tree-leetcode.html)的:
Maximum Depth of Binary Tree leetcode java,布布扣,bubuko.com
Maximum Depth of Binary Tree leetcode java
标签:des style blog http color java strong 2014
原文地址:http://www.cnblogs.com/springfor/p/3879619.html